aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-07-21 13:35:16 +0200
committerYann Herklotz <git@yannherklotz.com>2019-07-21 13:35:16 +0200
commitb5c035e45949945cc62845fa6492cffa77992524 (patch)
tree64a850981c83b1dfc3394bdeb5fe823dfca2ca9a /.gitignore
parent2c709fd34ec189dd4815061307194c7d5944da28 (diff)
downloadverismith-b5c035e45949945cc62845fa6492cffa77992524.tar.gz
verismith-b5c035e45949945cc62845fa6492cffa77992524.zip
Add all vim backup files to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6183d72..870ff77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,8 @@
TAGS
*.jou
*.log
+*~
+cabal.project.local
# Folders
.stack-work
@@ -9,5 +11,4 @@ TAGS
failed
output*
.ghc*
-cabal.project.local
dist* \ No newline at end of file