Now Git also ignores generated stuff

This commit is contained in:
Ulrik Sandberg
2009-07-30 15:07:37 +00:00
parent cffb12c92c
commit eeee11f47d
13 changed files with 49 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
target

4
core-tiger/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
target
.classpath
.project
.settings

4
core/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
target
.classpath
.project
.settings

4
parent/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
target
.classpath
.project
.settings

4
samples/article-spring20/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
target
.classpath
.project
.settings

4
samples/article/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
target
.classpath
.project
.settings

4
samples/demos/demo-tiger/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
target
.classpath
.project
.settings

4
samples/demos/demo/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
target
.classpath
.project
.settings

4
samples/samples-utils/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
target
.classpath
.project
.settings

4
test-support/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
target
.classpath
.project
.settings

View File

@@ -0,0 +1,4 @@
target
.classpath
.project
.settings

View File

@@ -0,0 +1,4 @@
target
.classpath
.project
.settings

4
test/integration-tests/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
target
.classpath
.project
.settings