diff options
author | Akira Hatanaka <ahatanak@gmail.com> | 2011-09-24 01:37:58 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanak@gmail.com> | 2011-09-24 01:37:58 +0000 |
commit | 8868fc7e7af014b50f73f0a9952cebba558b9f7e (patch) | |
tree | ba8b0d01fc1ded1597e5e81a20e3800b05ccb766 /.gitignore | |
parent | 95934844e3614adf949b09085be21f41ea4218ce (diff) |
Revert change made in .gitignore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140445 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 7677716035..5dae434298 100644 --- a/.gitignore +++ b/.gitignore @@ -17,13 +17,11 @@ *.pyc # vim swap files .*.swp -*.patch #==============================================================================# # Explicit files to ignore (only matches one). #==============================================================================# .gitusers -.svn autom4te.cache cscope.files cscope.out |