-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
43 lines (30 loc) · 832 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
*.class
# Package Files #
*.jar
*.war
*.ear
# Maven #
target/
# Documentation builds #
docs/build
# Eclipse files #
# If you need to create them for the first time, just run 'mvn eclipse:eclipse'. #
.classpath
.project
#.settings/ # to maintain Pablo's nazi Eclipse rules
# Ignoring specific folders for the modules using ant (the Android ones)
otsoDroid/otsoDroid/gen
otsoDroid/otsoDroid/local.properties
otsoDroid/otsoDroid/debug.keystore
otsoDroid/otsoDroid/build.properties
otsoDroid/otsoDroid/bin
otsoDroid/otsoDroid/libs
otsoDroid/otsoDroidTest/gen
otsoDroid/otsoDroidTest/local.properties
otsoDroid/otsoDroidTest/debug.keystore
otsoDroid/otsoDroidTest/build.properties
otsoDroid/otsoDroidTest/bin
otsoDroid/otsoDroidTest/libs
# Ignoring SQLite database in otsoSE
otsoSE/dbOtsoPack
otsoSecurityIntegrationTest/bin