You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2008/06/11 00:59:02 UTC

svn commit: r666388 - /incubator/thrift/trunk/.gitignore

Author: dreiss
Date: Tue Jun 10 15:59:02 2008
New Revision: 666388

URL: http://svn.apache.org/viewvc?rev=666388&view=rev
Log:
Don't actually ignore all makefiles in .gitignore -- erl makefiles are important!

Modified:
    incubator/thrift/trunk/.gitignore

Modified: incubator/thrift/trunk/.gitignore
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/.gitignore?rev=666388&r1=666387&r2=666388&view=diff
==============================================================================
--- incubator/thrift/trunk/.gitignore (original)
+++ incubator/thrift/trunk/.gitignore Tue Jun 10 15:59:02 2008
@@ -1,5 +1,5 @@
-Makefile
-Makefile.in
+/Makefile
+/Makefile.in
 aclocal.m4
 autom4te.cache
 autoscan.log