diff options
author | Leon Scroggins III <scroggo@google.com> | 2019-02-14 12:55:10 -0500 |
---|---|---|
committer | Leon Scroggins III <scroggo@google.com> | 2019-02-14 12:55:10 -0500 |
commit | 77af6b47171489f2b12cf1f7c48ba1628d84f69b (patch) | |
tree | f74af7cd66a84cece277a7507a3b53edf1b1128e /.gitignore | |
parent | 29405ed8c501f50247e7e4012b6da80bf51eb3b1 (diff) |
Add vim swap files to gitignore
Test: git show while file opened in vim
This keeps "git show" from showing my swap files as untracked files.
Change-Id: I5f17bdbd1fda22823a9356445db5bc4a7dd279d9
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 45884c46ffea..d7aebc6d7ee6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /.idea *.iml +*.sw* |