diff options
author | Akira Hatanaka <ahatanak@gmail.com> | 2011-09-24 01:34:44 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanak@gmail.com> | 2011-09-24 01:34:44 +0000 |
commit | 95934844e3614adf949b09085be21f41ea4218ce (patch) | |
tree | 92430d9b76dee2f27ea3a4c023728ac172824be8 /.gitignore | |
parent | 51f0c7641983469cbd29f8862a121645471a885a (diff) |
Preparation for adding simple Mips64 instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140443 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5dae434298..7677716035 100644 --- a/.gitignore +++ b/.gitignore @@ -17,11 +17,13 @@ *.pyc # vim swap files .*.swp +*.patch #==============================================================================# # Explicit files to ignore (only matches one). #==============================================================================# .gitusers +.svn autom4te.cache cscope.files cscope.out |