diff options
author | GNUxeava <bluenerd@protonmail.com> | 2022-04-02 06:30:08 +0530 |
---|---|---|
committer | GNUxeava <bluenerd@protonmail.com> | 2022-04-02 06:30:08 +0530 |
commit | faa99a2d6a0a2650f95776427959dfddfcb30ee0 (patch) | |
tree | 10fa5c9d76b6fc41aff12171dc7a73e95a4fe256 /.gitignore | |
parent | bac0ad61ab228f36cb19417d536a451b4531b75c (diff) |
ignore vim's temporary files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,3 +13,6 @@ hugo.linux # Temporary lock file while building /.hugo_build.lock +# Ignore swap files +*.swp +*~ |