diff options
author | Simon Désaulniers | 2020-06-01 08:42:56 -0400 |
---|---|---|
committer | Simon Désaulniers | 2020-06-01 08:42:56 -0400 |
commit | d9523387e229204833c19eaa57b226caf745956d (patch) | |
tree | d8232ea7c6e01cf69f37f2a738b8def14c5f4454 | |
parent | 185f938f55a28af1ae850c57619ad118b0c6e3c0 (diff) | |
download | aur-d9523387e229204833c19eaa57b226caf745956d.tar.gz |
gitignore: vim and git files
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..e1be82b58509 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Vim files +*.sw[p|o] +*.un~ + +# git cache files +*.orig |