You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2012/08/02 18:38:26 UTC

svn commit: r1368596 - /pivot/trunk/.gitignore

Author: smartini
Date: Thu Aug  2 16:38:26 2012
New Revision: 1368596

URL: http://svn.apache.org/viewvc?rev=1368596&view=rev
Log:
add .gitignore file, for git users

Added:
    pivot/trunk/.gitignore

Added: pivot/trunk/.gitignore
URL: http://svn.apache.org/viewvc/pivot/trunk/.gitignore?rev=1368596&view=auto
==============================================================================
--- pivot/trunk/.gitignore (added)
+++ pivot/trunk/.gitignore Thu Aug  2 16:38:26 2012
@@ -0,0 +1,29 @@
+.DS_Store
+.bzr
+.hg
+.svn
+.cache
+.metadata
+.settings
+*.bak
+*.db
+*.hprof
+*.log
+*.tmp
+/*.tar.gz
+/*.zip
+/*.log
+/*DB.*
+/*.ser
+**/_old/
+**/ant-bin/
+**/bin/
+**/out/
+**/target/
+**/target-eclipse/
+**/temp/
+/lib/
+/dist/
+/doc/
+/install/
+/maven-install/