Skip to main content
summaryrefslogtreecommitdiffstats
path: root/maven
diff options
context:
space:
mode:
authorStephan Herrmann2012-04-03 20:46:12 +0000
committerStephan Herrmann2012-04-03 20:46:12 +0000
commit66344b1dc3cd60513991c44ce279c19536aef948 (patch)
tree16f2d6fc4d5d2267afd5b16be6eb7d4846c09874 /maven
parent8b63e2cf757ec31817ae6954f9b64752d7fe108e (diff)
downloadorg.eclipse.objectteams-66344b1dc3cd60513991c44ce279c19536aef948.tar.gz
org.eclipse.objectteams-66344b1dc3cd60513991c44ce279c19536aef948.tar.xz
org.eclipse.objectteams-66344b1dc3cd60513991c44ce279c19536aef948.zip
gitignore generated files (configuration & target/)
Diffstat (limited to 'maven')
-rw-r--r--maven/infrastructure/artifact-deployer/.gitignore2
-rw-r--r--maven/infrastructure/parent-pom/.gitignore2
-rw-r--r--maven/testproject/.gitignore3
3 files changed, 7 insertions, 0 deletions
diff --git a/maven/infrastructure/artifact-deployer/.gitignore b/maven/infrastructure/artifact-deployer/.gitignore
new file mode 100644
index 000000000..650751b26
--- /dev/null
+++ b/maven/infrastructure/artifact-deployer/.gitignore
@@ -0,0 +1,2 @@
+/.settings
+/.project
diff --git a/maven/infrastructure/parent-pom/.gitignore b/maven/infrastructure/parent-pom/.gitignore
new file mode 100644
index 000000000..541e88799
--- /dev/null
+++ b/maven/infrastructure/parent-pom/.gitignore
@@ -0,0 +1,2 @@
+/.project
+/.settings
diff --git a/maven/testproject/.gitignore b/maven/testproject/.gitignore
new file mode 100644
index 000000000..a846ad378
--- /dev/null
+++ b/maven/testproject/.gitignore
@@ -0,0 +1,3 @@
+/.settings
+/.project
+/target

Back to the top