Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1688 chris 1
## Java
2
 
3
*.class
4
*.war
5
*.ear
6
hs_err_pid*
7
 
8
## GWT
9
war/
10
html/war/gwt_bree/
11
html/gwt-unitCache/
12
.apt_generated/
13
html/war/WEB-INF/deploy/
14
html/war/WEB-INF/classes/
15
.gwt/
16
gwt-unitCache/
17
www-test/
18
.gwt-tmp/
19
 
20
## Android Studio and Intellij and Android in general
21
android/libs/armeabi/
22
android/libs/armeabi-v7a/
23
android/libs/x86/
24
android/gen/
25
.idea/
26
*.ipr
27
*.iws
28
*.iml
29
out/
30
com_crashlytics_export_strings.xml
31
 
32
## Eclipse
33
.classpath
34
.project
35
.metadata
36
**/bin/
37
tmp/
38
*.tmp
39
*.bak
40
*.swp
41
*~.nib
42
local.properties
43
.settings/
44
.loadpath
45
.externalToolBuilders/
46
*.launch
47
 
48
## NetBeans
49
**/nbproject/private/
50
build/
51
nbbuild/
52
dist/
53
nbdist/
54
nbactions.xml
55
nb-configuration.xml
56
 
57
## Gradle
58
 
59
.gradle
60
build/