diff options
| author | EuAndreh <eu@euandre.org> | 2018-12-29 17:26:32 -0200 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2018-12-29 17:26:32 -0200 |
| commit | b91e79d3a4c8b5a8737aa3828d2ef3e97d35cdbb (patch) | |
| tree | 58cdba4fa8376303d1477d48a8e2064dc8842ad9 | |
| parent | Add website executable to $PATH. (diff) | |
| download | dotfiles-b91e79d3a4c8b5a8737aa3828d2ef3e97d35cdbb.tar.gz dotfiles-b91e79d3a4c8b5a8737aa3828d2ef3e97d35cdbb.tar.xz | |
Add vi tmp files to global gitignore.
| -rw-r--r-- | git/gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/git/gitignore b/git/gitignore index 371fd16d..12daa17f 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 |
