You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2016/09/22 01:08:01 UTC

svn commit: r1761839 - /commons/proper/codec/trunk/.gitignore

Author: stain
Date: Thu Sep 22 01:08:01 2016
New Revision: 1761839

URL: http://svn.apache.org/viewvc?rev=1761839&view=rev
Log:
gitignore for our github users

Added:
    commons/proper/codec/trunk/.gitignore

Added: commons/proper/codec/trunk/.gitignore
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/.gitignore?rev=1761839&view=auto
==============================================================================
--- commons/proper/codec/trunk/.gitignore (added)
+++ commons/proper/codec/trunk/.gitignore Thu Sep 22 01:08:01 2016
@@ -0,0 +1,12 @@
+*~
+*.swp
+.idea/
+.idea_modules/
+.idea/*
+.settings
+.cache
+.DS_Store
+target/
+.project
+.classpath
+.externalToolBuilders/*