[java-parent-project-v3] 01/02: Add default gitignore file.

Tom Zeller tzeller at dragonacea.biz
Tue Mar 1 20:26:10 EST 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

commit 2dda9d9d9b7e9a94e681c0014201fcdf779c2ea3
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Mar 1 19:25:09 2016 -0600

    Add default gitignore file.
---
 resources/git/gitignore | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/resources/git/gitignore b/resources/git/gitignore
new file mode 100644
index 0000000..14c0741
--- /dev/null
+++ b/resources/git/gitignore
@@ -0,0 +1,20 @@
+# A simulation of Subversion default ignores, generated by reposurgeon.
+*.o
+*.lo
+*.la
+*.al
+*.libs
+*.so
+*.so.[0-9]*
+*.a
+*.pyc
+*.pyo
+*.rej
+*~
+*.#*
+.*.swp
+.DS_store
+# Simulated Subversion default ignores end here
+
+/target
+/test-output

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list