[llvm-commits] [llvm] r137441 - /llvm/trunk/.gitignore

NAKAMURA Takumi geek4civic at gmail.com
Fri Aug 12 00:47:50 PDT 2011


Author: chapuni
Date: Fri Aug 12 02:47:50 2011
New Revision: 137441

URL: http://llvm.org/viewvc/llvm-project?rev=137441&view=rev
Log:
.gitignore: Ignore /autom4te.cache. We can execute "PATH=/path/to/autotools/bin autoconf/AutoRegen.sh".

Modified:
    llvm/trunk/.gitignore

Modified: llvm/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.gitignore?rev=137441&r1=137440&r2=137441&view=diff
==============================================================================
--- llvm/trunk/.gitignore (original)
+++ llvm/trunk/.gitignore Fri Aug 12 02:47:50 2011
@@ -22,6 +22,7 @@
 # Explicit files to ignore (only matches one).
 #==============================================================================#
 .gitusers
+autom4te.cache
 cscope.files
 cscope.out
 autoconf/aclocal.m4





More information about the llvm-commits mailing list