diff options
author | 2011-03-26 20:37:52 +0800 | |
---|---|---|
committer | 2011-03-26 14:42:43 +0200 | |
commit | 7e3c4668c4cce1f722536aa362bfaeb8cc1825ba (patch) | |
tree | 74bad7cd33c827c1a1914d3a5f7f44b8c897b679 /.gitignore | |
parent | Add Mu Qiao to authors (diff) | |
download | libbash-7e3c4668c4cce1f722536aa362bfaeb8cc1825ba.tar.gz libbash-7e3c4668c4cce1f722536aa362bfaeb8cc1825ba.tar.bz2 libbash-7e3c4668c4cce1f722536aa362bfaeb8cc1825ba.zip |
Fix .gitignore for *.swp and add *.swo
*.swp and *.swo are used to ignore temporary files created by vim.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -.*.swp +*.swp +*.swo *.o *.la *.lo |