diff options
author | June McEnroe <programble@gmail.com> | 2015-12-30 00:59:57 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2015-12-30 00:59:57 -0500 |
commit | 648682bd6a2827be5ea1f17243c9f00bf69323ce (patch) | |
tree | 29a887d6446d6b0ae5ac86ea971a18570aff454b | |
parent | Color prompt yellow in vi normal mode (diff) | |
download | src-648682bd6a2827be5ea1f17243c9f00bf69323ce.tar.gz src-648682bd6a2827be5ea1f17243c9f00bf69323ce.zip |
Ignore directory .swp files
-rw-r--r-- | .gitignore.global | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore.global b/.gitignore.global index dd7a59be..85379978 100644 --- a/.gitignore.global +++ b/.gitignore.global @@ -1,4 +1,5 @@ *~ +.sw? .*.sw? *.DS_store .pult* |