gitignore
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# Compiled Object files
|
||||||
|
*.slo
|
||||||
|
*.lo
|
||||||
|
*.o
|
||||||
|
|
||||||
|
# Compiled Dynamic libraries
|
||||||
|
*.so
|
||||||
|
|
||||||
|
# Compiled Static libraries
|
||||||
|
*.lai
|
||||||
|
*.la
|
||||||
|
*.a
|
||||||
|
|
||||||
|
# Doxygen output
|
||||||
|
doxygen_out/
|
||||||
|
|
||||||
|
# Mac Stuff
|
||||||
|
.DS_Store
|
||||||
|
*.swp
|
||||||
|
*~.nib
|
||||||
|
*.build/
|
||||||
|
DerivedData/
|
||||||
|
Debug/
|
||||||
|
|
||||||
|
*.xcodeproj/
|
||||||
|
!*.xcodeproj/project.pbxproj
|
||||||
|
|
||||||
|
*.mode1v3
|
||||||
|
*.mode2v3
|
||||||
Reference in New Issue
Block a user