diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-02-07 20:09:26 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-02-07 20:11:09 -0600 |
commit | 2dbfe1598ad4ed800daf6de089ee3b44178acb9a (patch) | |
tree | 6256a332028408410c7cdcc8160b2582f779dc61 | |
parent | dd2e702aef59b0ae90cd3310c37e75415602d2fb (diff) |
add swap~ files to .gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3288dbc14..c9260280d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,9 @@ # swap files for vim .*.swp +# swap files for gedit +*~ + # no data from extras/ extras/*.json |