1
0
mirror of https://github.com/ScrelliCopter/tmx2gba.git synced 2025-02-21 03:29:25 +11:00

update gitignore

This commit is contained in:
2024-03-21 05:07:54 +11:00
parent f4930668ee
commit db1de4ba8e

15
.gitignore vendored
View File

@@ -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