OSDN Git Service

Shortcut hit detection in WidgetGroup, since groups UI are normally sized to encompas...
[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 x86/
25 ipch/
26 /dist
27
28 *.a
29 *.dll
30 *.dll.mdb
31 *.userprefs
32 *.sdf
33 *.class
34
35 libgdx-*.zip
36
37 *.iml
38 /.idea/
39
40 #core & extension libs/ folders that have no 3rd party dependencies in them
41 /gdx/libs
42 /backends/gdx-backend-jglfw/libs/
43 /backends/gdx-backend-robovm/libs/
44 /extensions/gdx-audio/libs/
45 /extensions/gdx-bullet/libs/
46 /extensions/gdx-controllers/gdx-controllers-desktop/libs/
47 /extensions/gdx-freetype/libs/
48 /extensions/gdx-image/libs/