aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-12-29 17:26:32 -0200
committerEuAndreh <eu@euandre.org>2018-12-29 17:26:32 -0200
commitb91e79d3a4c8b5a8737aa3828d2ef3e97d35cdbb (patch)
tree58cdba4fa8376303d1477d48a8e2064dc8842ad9
parentAdd website executable to $PATH. (diff)
downloaddotfiles-b91e79d3a4c8b5a8737aa3828d2ef3e97d35cdbb.tar.gz
dotfiles-b91e79d3a4c8b5a8737aa3828d2ef3e97d35cdbb.tar.xz
Add vi tmp files to global gitignore.
-rw-r--r--git/gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/git/gitignore b/git/gitignore
index 371fd16..12daa17 100644
--- a/git/gitignore
+++ b/git/gitignore
@@ -1,3 +1,4 @@
playground.clj
req.http
-.postman-ns \ No newline at end of file
+.postman-ns
+*.swp \ No newline at end of file