Browse Source

Merge pull request #18 from zmeyc/pr_add_gitignore

Add gitignore, ignore xcsmblueprint
Denis Muratshin 10 years ago
parent
commit
542d234864
2 changed files with 57 additions and 0 deletions
  1. 56 0
      .gitignore
  2. 1 0
      .hgignore

+ 56 - 0
.gitignore

@@ -0,0 +1,56 @@
+*/proj.android/obj/
+*/proj.android/out/
+*/proj.emscripten/build/
+*/proj.emscripten/build_release/
+*/proj.marmalade/build_*
+*/proj.win32/Debug/
+*/proj.win32/Release/
+*.pyc
+*.opensdf
+*.sdf
+oxygine/SDL/win32/Debug_*
+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*
+oxygine/system_data/data/
+examples/*/proj.emscripten/data.js
+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/
+oxygine/SDL/android/lib/src/org/libsdl/app/SDLActivity.java
+oxygine-framework-with-sdl.zip
+oxygine-framework.zip
+*.orig
+xcuserdata
+contents.xcworkspacedata
+*.xcscmblueprint
+examples/Demo/data/res.xml.ox
+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
+examples/Game/part2/build_game_vc12/
+oxygine/SDL/android/extension/gen/
+oxygine/SDL/android/extension/bin/
+*.exp
+*.pdb
+*/Debug_v*

+ 1 - 0
.hgignore

@@ -36,6 +36,7 @@ oxygine-framework.zip
 *.orig
 *.orig
 xcuserdata
 xcuserdata
 contents.xcworkspacedata
 contents.xcworkspacedata
+*.xcscmblueprint
 examples/Demo/data/res.xml.ox
 examples/Demo/data/res.xml.ox
 examples/*/proj.cmake/build/
 examples/*/proj.cmake/build/
 temp/
 temp/