Procházet zdrojové kódy

updates to .gitignore

Ozkan Sezer před 5 roky
rodič
revize
67a9d6ba98
1 změnil soubory, kde provedl 18 přidání a 11 odebrání
  1. 18 11
      .gitignore

+ 18 - 11
.gitignore

@@ -14,16 +14,30 @@ build
 gen
 gen
 Build
 Build
 
 
+*.so
+*.so.*
+*.dll
+*.o
+*.obj
+*.lib
+*.a
+*.la
+*.lnk
+*.err
+*.exp
+*.map
+*.orig
+*~
+*.swp
+*.tmp
+*.rej
+
 # for CMake
 # for CMake
 CMakeFiles/
 CMakeFiles/
 CMakeCache.txt
 CMakeCache.txt
 cmake_install.cmake
 cmake_install.cmake
 cmake_uninstall.cmake
 cmake_uninstall.cmake
 SDL2ConfigVersion.cmake
 SDL2ConfigVersion.cmake
-*.a
-*.la
-*.so
-*.so.*
 .ninja_*
 .ninja_*
 *.ninja
 *.ninja
 
 
@@ -32,12 +46,6 @@ SDL2ConfigVersion.cmake
 cmake-build-*
 cmake-build-*
 
 
 # for Xcode
 # for Xcode
-*.orig
-*.swp
-*.tmp
-*.rej
-*~
-*.o
 *.mode1*
 *.mode1*
 *.perspective*
 *.perspective*
 *.pbxuser
 *.pbxuser
@@ -85,7 +93,6 @@ test/config.cache
 test/config.log
 test/config.log
 test/config.status
 test/config.status
 test/Makefile
 test/Makefile
-test/SDL2.dll
 test/checkkeys
 test/checkkeys
 test/controllermap
 test/controllermap
 test/loopwave
 test/loopwave