Add Git ignore file.
This commit is contained in:
parent
29a10dd6a1
commit
efdf00883f
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
# Compiled Object files.
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Compiled Dynamic libraries.
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Compiled Static libraries.
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables.
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# Other files.
|
||||
*.user
|
Loading…
x
Reference in New Issue
Block a user