summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2012-08-25 10:46:37 +0200
committerDavid Herrmann <dh.herrmann@googlemail.com>2012-08-25 10:46:37 +0200
commit51f2ab81e01e5ff23ff5978517b564e5a3b3e105 (patch)
treed0d8b872dbf13e053d8518554213373c64a88b50 /.gitignore
parent711b4ffe769e39e6ff76e2ea86acda504d00fcca (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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3d29dda..6cf8726 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+*~
*.swp
*.o
*.lo