first commit for versioning
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Ignore all editor files
|
||||
*.swp
|
||||
*.swo
|
||||
*.idea
|
||||
|
||||
# Allowed files
|
||||
!*.c
|
||||
!*.h
|
||||
!CMakeLists.txt
|
||||
|
||||
# Ignore object files
|
||||
*.o
|
||||
|
||||
# Ignore specific folders
|
||||
cmake-build-debug/
|
||||
cmake-build-debug-visual-studio/
|
||||
|
||||
# Ignore specific binary
|
||||
BLPextractor
|
||||
|
||||
# Ignore debugging files
|
||||
*.MPQ
|
||||
Reference in New Issue
Block a user