dmuratshin 9 years ago
parent
commit
d870c79b52
1 changed files with 16 additions and 15 deletions
  1. 16 15
      .gitignore

+ 16 - 15
.gitignore

@@ -1,10 +1,15 @@
-*/proj.android/obj/
-*/proj.android/out/
-*/proj.emscripten/build/
-*/proj.emscripten/build_release/
-*/proj.marmalade/build_*
-*/proj.win32/Debug/
-*/proj.win32/Release/
+**/proj.android/obj/
+**/proj.android/out/
+**/proj.android/bin/
+**/proj.android/libs/
+**/proj.android/gen/
+**/proj.emscripten/build/
+**/proj.emscripten/build_release/
+**/proj.marmalade/build_*
+**/proj.win32/Debug_*/
+**/proj.win32/Release_*/
+**/build-proj*
+ident.free
 *.pyc
 *.opensdf
 *.sdf
@@ -13,8 +18,6 @@ examples/*/data/*.dll
 oxygine/SDL/win32/Debug/
 oxygine/SDL/win32/Release/
 *.suo
-examples/*/proj.win32/Debug*
-examples/*/proj.win32/Release*
 examples/*/proj.win32/ipch/
 oxygine/SDL/win32/Release*
 oxygine/SDL/win32/Debug*
@@ -24,8 +27,6 @@ oxygine/system_data/system.zip
 examples/Game/*/proj.emscripten/data.js
 oxygine/SDL/android/lib/gen/
 .idea
-examples/*/proj.android/gen/
-examples/*/proj.android/bin/
 oxygine/SDL/android/lib/bin/
 examples/*/data-ram/
 examples/*/proj.android/libs/
@@ -41,13 +42,13 @@ examples/*/proj.cmake/build/
 temp/
 examples/Game/*/proj.cmake/build/
 examples/HelloWorld/build_helloworld_*
-examples/Game/*/proj.android/bin/
-examples/Game/*/proj.android/libs/
-examples/Game/*/proj.android/gen/
 examples/Match3/build_match3_*
 libs/SDL2main.lib
 libs/SDL2.lib
 libs/SDL2.dll
+libs/libSDL2.a
+libs/libSDL2.dll.a
+libs/libSDL2main.a
 examples/Game/part2/build_game_vc12/
 oxygine/SDL/android/extension/gen/
 oxygine/SDL/android/extension/bin/
@@ -56,4 +57,4 @@ oxygine/SDL/android/extension/bin/
 */Debug_v*
 build
 /examples/Demo/proj.cmake/mingw
-/examples/Demo/proj.marmalade/build_demo_vc*
+**/proj.marmalade/build_demo_vc*