OSDN Git Service

Merge branch 'master' of https://github.com/libgdx/libgdx into misc
[mikumikustudio/libgdx-mikumikustudio.git] / .gitignore
1 # Temporary Files
2 *~
3 .*.swp
4 .DS_STORE
5
6 bin/
7 target/
8 obj/
9 .gwt/
10 gwt-unitCache/
11 war/
12 gen/
13 armeabi/
14 armeabi-v7a/
15 linux32/
16 linux64/
17 windows32/
18 windows64/
19 macosx32/
20 ios32/
21 Debug/
22 Release/
23 x64/
24 ipch/
25 /dist
26
27 *.a
28 *.dll
29 *.dll.mdb
30 *.userprefs
31 *.sdf
32
33 libgdx-*.zip
34
35 #core & extension libs/ folders that have no 3rd party dependencies in them
36 /gdx/libs
37 /extensions/gdx-audio/libs/
38 /extensions/gdx-bullet/libs/
39 /extensions/gdx-controllers/gdx-controllers-desktop/libs/
40 /extensions/gdx-freetype/libs/
41 /extensions/gdx-image/libs/