diff options
author | Simon Stapleton <simon.stapleton@gmail.com> | 2014-11-11 12:09:17 +0100 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-11-14 17:25:49 +0900 |
commit | 7b0b8ee0179c525533171f86c0190a07792339c7 (patch) | |
tree | 2c2a78209183b2767c75d6b894321ce2cea29134 /.gitignore | |
parent | c49cb010024883d3f51aade31c59810f19b11706 (diff) |
ignore files with trailing ~
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c25d41d238..0fd85b5314 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ *.map *.sym tags +*~ |