mirror of
https://github.com/ScrelliCopter/tmx2gba.git
synced 2025-02-21 03:29:25 +11:00
update gitignore
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,23 +1,13 @@
|
|||||||
# Compiled Object files
|
# Compiled Object files
|
||||||
*.slo
|
|
||||||
*.lo
|
|
||||||
*.o
|
*.o
|
||||||
*.obj
|
*.obj
|
||||||
|
|
||||||
# Precompiled Headers
|
|
||||||
*.gch
|
|
||||||
*.pch
|
|
||||||
|
|
||||||
# Compiled Dynamic libraries
|
# Compiled Dynamic libraries
|
||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
*.dll
|
*.dll
|
||||||
|
|
||||||
# Fortran module files
|
|
||||||
*.mod
|
|
||||||
|
|
||||||
# Compiled Static libraries
|
# Compiled Static libraries
|
||||||
*.lai
|
|
||||||
*.la
|
*.la
|
||||||
*.a
|
*.a
|
||||||
*.lib
|
*.lib
|
||||||
@@ -41,6 +31,11 @@ Release/
|
|||||||
# CMake Rubbish
|
# CMake Rubbish
|
||||||
build/
|
build/
|
||||||
cmake-build-*/
|
cmake-build-*/
|
||||||
|
xcode/
|
||||||
|
|
||||||
|
# OS Rubbish
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
# Some files I used for testing
|
# Some files I used for testing
|
||||||
*.tmx
|
*.tmx
|
||||||
|
|||||||
Reference in New Issue
Block a user