diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-08-12 07:47:50 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-08-12 07:47:50 +0000 |
commit | 829ef927cf775675b6e664ddbc91c3d5540a116e (patch) | |
tree | 7afe3f21996045d20c80bd126241059435ff270f /.gitignore | |
parent | b5bb29c71fccc3c36c9175764303ef75c4fc73ee (diff) |
.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-- | .gitignore | 1 |
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 |