diff options
author | Pete Clark <pete.clark@gmail.com> | 2011-05-24 15:25:18 -0400 |
---|---|---|
committer | Pete Clark <pete.clark@gmail.com> | 2011-05-24 15:25:18 -0400 |
commit | f78218f625846afe2b6a487d18b0d7c65daa4edf (patch) | |
tree | 31a24994c88a775464800d2011f4c6404b64b491 /.gitignore | |
parent | 7c3d12c7de1c2d8efdefe09b02349e24106e36c6 (diff) | |
download | zsh-f78218f625846afe2b6a487d18b0d7c65daa4edf.tar.gz zsh-f78218f625846afe2b6a487d18b0d7c65daa4edf.tar.bz2 zsh-f78218f625846afe2b6a487d18b0d7c65daa4edf.zip |
Adds compl .swp caches to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4b555067e..ecb8e46bd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ projects.zsh custom/* !custom/example.zsh cache +*.swp |