Added pom.xml_base to .gitignore 99/16999/1
authorGaurav Agrawal <gaurav.agrawal@huawei.com>
Tue, 3 Oct 2017 10:11:11 +0000 (15:41 +0530)
committerGaurav Agrawal <gaurav.agrawal@huawei.com>
Tue, 3 Oct 2017 10:11:11 +0000 (15:41 +0530)
Added pom.xml_base to .gitignore to avoid getting it added to list of added files

Change-Id: I1674acf441610501712c44a155e07bc503d7ca98
Issue-Id: SDNC-79
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
Former-commit-id: 3c4f99c27acee6671b40b7e120822c3915e2cbf4

dgbuilder/.gitignore

index 1b8a6ba..39c2405 100644 (file)
@@ -1,4 +1,4 @@
-org.eclipse.core.resources.prefs
+org.eclipse.core.resources.prefs\r
 .classpath\r
 .project\r
 .settings\r
@@ -10,3 +10,4 @@ target/
 MANIFEST.MF\r
 .DS_STORE\r
 .metadata\r
+pom.xml_base
\ No newline at end of file