diff options
author | 2019-05-17 12:19:27 +0300 | |
---|---|---|
committer | 2019-05-17 12:19:27 +0300 | |
commit | d26745dcc31dfb5f1da8c531972f2458439a7cd2 (patch) | |
tree | 8ce07a9b4e89847b969e6a3b7298f0b83af43bfa /.gitignore | |
parent | 76c83e9d13295089919ce09af01a7e7149777b19 (diff) | |
download | usurpation-d26745dcc31dfb5f1da8c531972f2458439a7cd2.tar.gz usurpation-d26745dcc31dfb5f1da8c531972f2458439a7cd2.tar.bz2 usurpation-d26745dcc31dfb5f1da8c531972f2458439a7cd2.zip |
add *.swp to .gitignore.
This accomodates configurations where vim stores the swap files in
the working directory.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,4 @@ *.bin a.out build +*.swp |