mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Added a basic gitignore file.
This commit is contained in:
parent
231d05174d
commit
be323f7b07
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Executables
|
||||||
|
*.exe
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
|
||||||
|
# Directories
|
||||||
|
bin/
|
||||||
|
cbp/
|
||||||
|
config/
|
||||||
|
external/
|
||||||
|
include/
|
||||||
|
lib/
|
||||||
|
obj/
|
||||||
|
sandbox/*.*
|
||||||
|
|
||||||
|
# Projects
|
||||||
|
*.layout
|
||||||
|
*.depend
|
||||||
|
|
||||||
|
# Leftovers
|
||||||
|
*.[Oo]bj
|
||||||
|
*.[Pp]ch
|
Loading…
Reference in New Issue
Block a user