Add archives/ to .gitignore 31/75731/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 4 Sep 2018 16:31:22 +0000 (12:31 -0400)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Tue, 4 Sep 2018 16:34:05 +0000 (16:34 +0000)
The maven-release job seems to pick up the archives/ directory during
the build and fails. Ignore that directory as we should not be
git tracking it.

Change-Id: I36951cf345131e10e1a464856c3971ed5ef3bc97
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.gitignore

index 04e0228f4b233a88fe068eaa7154102450640b0b..0e14f734efbd70587bfca58a84427e0ca5459ddc 100644 (file)
@@ -1,6 +1,7 @@
 *.class
 *.iml
 **/target
+archives/
 bin/
 dist
 **/logs
@@ -21,4 +22,4 @@ classes
 .metadata
 ordmodels/src/main/java
 tests/config.xml
-tests/models
\ No newline at end of file
+tests/models