summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-08-12 07:47:50 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-08-12 07:47:50 +0000
commit829ef927cf775675b6e664ddbc91c3d5540a116e (patch)
tree7afe3f21996045d20c80bd126241059435ff270f /.gitignore
parentb5bb29c71fccc3c36c9175764303ef75c4fc73ee (diff)
downloadllvm-829ef927cf775675b6e664ddbc91c3d5540a116e.tar.gz
llvm-829ef927cf775675b6e664ddbc91c3d5540a116e.tar.bz2
llvm-829ef927cf775675b6e664ddbc91c3d5540a116e.tar.xz
.gitignore: Ignore /autom4te.cache. We can execute "PATH=/path/to/autotools/bin autoconf/AutoRegen.sh".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137441 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d7dcc54d08..5dae434298 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,7 @@
# Explicit files to ignore (only matches one).
#==============================================================================#
.gitusers
+autom4te.cache
cscope.files
cscope.out
autoconf/aclocal.m4