diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-08-25 10:46:37 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-08-25 10:46:37 +0200 |
commit | 51f2ab81e01e5ff23ff5978517b564e5a3b3e105 (patch) | |
tree | d0d8b872dbf13e053d8518554213373c64a88b50 /.gitignore | |
parent | 711b4ffe769e39e6ff76e2ea86acda504d00fcca (diff) |
build: add temporary files *~ to gitignore
These files are created by several editors as temporary storage. Ignore
them.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +*~ *.swp *.o *.lo |