updates to .gitignore
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
diff --git a/.gitignore b/.gitignore
index 9ee2ec8..4a9a5da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,16 +14,30 @@ build
gen
Build
+*.so
+*.so.*
+*.dll
+*.o
+*.obj
+*.lib
+*.a
+*.la
+*.lnk
+*.err
+*.exp
+*.map
+*.orig
+*~
+*.swp
+*.tmp
+*.rej
+
# for CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
cmake_uninstall.cmake
SDL2ConfigVersion.cmake
-*.a
-*.la
-*.so
-*.so.*
.ninja_*
*.ninja
@@ -32,12 +46,6 @@ SDL2ConfigVersion.cmake
cmake-build-*
# for Xcode
-*.orig
-*.swp
-*.tmp
-*.rej
-*~
-*.o
*.mode1*
*.perspective*
*.pbxuser
@@ -85,7 +93,6 @@ test/config.cache
test/config.log
test/config.status
test/Makefile
-test/SDL2.dll
test/checkkeys
test/controllermap
test/loopwave