diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2010-08-24 08:58:32 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-08-24 08:58:32 +0200 |
commit | 766ce144fedc77f5b0e36ad3461d0af412fd35e2 (patch) | |
tree | 11077f8bb890e3a19f9e7674401c87c20ecfdf3a /.gitignore | |
parent | 64dc7822f60bee2c3c7ba145a3ed170e6ec9ab34 (diff) | |
download | perl-766ce144fedc77f5b0e36ad3461d0af412fd35e2.tar.gz |
Ignore more editor droppings
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1d23594ed1..7646702ee5 100644 --- a/.gitignore +++ b/.gitignore @@ -126,5 +126,7 @@ veryclean.sh U MANIFEST.new -# ignore vim swap files +# ignore editor droppings *.swp +*~ +.#* |