Author: kishore
Date: Wed Mar 22 21:05:14 2017
New Revision: 1788161

URL: http://svn.apache.org/viewvc?rev=1788161&view=rev
Log:
Update .gitignore to update files from test-materials and others.

Modified:
    manifoldcf/branches/CONNECTORS-1196-2/.gitignore
    manifoldcf/branches/CONNECTORS-1196-2/connectors/.gitignore

Modified: manifoldcf/branches/CONNECTORS-1196-2/.gitignore
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/.gitignore?rev=1788161&r1=1788160&r2=1788161&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1196-2/.gitignore (original)
+++ manifoldcf/branches/CONNECTORS-1196-2/.gitignore Wed Mar 22 21:05:14 2017
@@ -6,3 +6,5 @@
 /build/
 /lib/
 /dist/
+lib-proprietary/*.jar
+site/fonts/

Modified: manifoldcf/branches/CONNECTORS-1196-2/connectors/.gitignore
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/connectors/.gitignore?rev=1788161&r1=1788160&r2=1788161&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1196-2/connectors/.gitignore (original)
+++ manifoldcf/branches/CONNECTORS-1196-2/connectors/.gitignore Wed Mar 22 
21:05:14 2017
@@ -7,3 +7,18 @@ test-HSQLDB-output/
 
 dbname.properties
 dbname.script
+
+#ignore all files from test-materials
+/*/test-materials/*
+#unignore README.txt from test-materials
+!/*/test-materials/README.txt
+
+#ignore all files from test-materials-proprietary
+/*/test-materials-proprietary/*
+#unignore README.txt from test-materials-proprietary
+!/*/test-materials-proprietary/README.txt
+
+#ignore all files from lib-proprietary
+/*/lib-proprietary/*
+#unignore README.txt from lib-proprietary
+!/*/lib-proprietary/README.txt


Reply via email to