forked from STAMP-project/dspot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (49 loc) · 1.11 KB
/
.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
# Resources #
+###################
src/test/resources/aResource
src/test/resources/aResourcesDirectory/
src/test/resources/test-projects/.gradle/
src/test/resources/test-projects/gjp_cp
src/test/resources/test-projects/test-projects.properties
src/test/resources/test-projects/sample.properties
src/test/resources/mockito/log/
src/test/resources/sample/log/
src/test/resources/test-projects/log/
src/test/resources/multiple-pom/log/
src/test/resources/multiple-pom/module-1/module-2-1/log/
dspot/src/test/resources/mockito/log/
dspot/src/test/resources/multiple-pom/module-1/module-2-1/log/
dspot/src/test/resources/sample/log/
dspot/src/test/resources/test-projects/log/
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# Compiled source #
###################
*.class
# intelliJ File #
#####################
**.idea
**.iml
.Rapp.history
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
/repo/
/result/
/tmpDir/
.classpath
.project
.settings/