-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
58 lines (48 loc) · 812 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
*.class
*~
*.swp
# Package Files #
*.jar
!/lib/*.jar
*.war
*.ear
sootOutput/
generatedJimple/
Testcases/src/Scratch.java
/GradualConstraints/bin/
testclasses-*/
/generate-jimple-testclasses.sh
/result
# sbt
target/
.cache-main
# Nicos Questions dont need to be public
/DynamicAnalyzer/QuestionsFromNico
# For MacOS system Files
*.DS_STORE
# For IDEA (Eclipse)
.metadata
.recommenders
## compilation output
*.iml
.idea/*
!/.idea/runConfigurations/
!/.idea/codeStyleSettings.xml
out-*/
bin/
# ant/
build.properties
## user specific files
**/.idea/workspace.xml
**/.idea/tasks.xml
**/.idea/dictionaries
**/.idea/shelf
## Sensitive or high-churn files:
.idea/dataSources.ids
.idea/dataSources.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/artifacts
GradualConstraints/src/META-INF
openjdk7
.jimple