You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by le...@apache.org on 2012/12/12 15:15:04 UTC

svn commit: r1420688 - /incubator/streams/trunk/.gitignore

Author: letourneau
Date: Wed Dec 12 14:15:03 2012
New Revision: 1420688

URL: http://svn.apache.org/viewvc?rev=1420688&view=rev
Log:
adding OS, IDE, and compiled ignores to .gitignore

Modified:
    incubator/streams/trunk/.gitignore

Modified: incubator/streams/trunk/.gitignore
URL: http://svn.apache.org/viewvc/incubator/streams/trunk/.gitignore?rev=1420688&r1=1420687&r2=1420688&view=diff
==============================================================================
--- incubator/streams/trunk/.gitignore (original)
+++ incubator/streams/trunk/.gitignore Wed Dec 12 14:15:03 2012
@@ -1,3 +1,17 @@
+##compile directores##
 */target/**
+
+## IDE directories/files ##
 /.idea
 .iml
+
+# OS generated files #
+######################
+.DS_Store
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+Icon?
+ehthumbs.db
+Thumbs.db