Skip to content

Commit e8d53ee

Browse files
committed
Add additional gitignore entries for runs
1 parent 8a132b2 commit e8d53ee

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ out/
1818
### Eclipse ###
1919
.apt_generated
2020
.classpath
21+
.eclipse/
2122
.factorypath
2223
.project
2324
.settings

legacytest/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
run/
2+
repo/
3+
*.log

testproject/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
run/
22
repo/
3+
*.log

0 commit comments

Comments
 (0)