summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2013-09-30 09:13:07 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2013-09-30 09:13:07 (GMT)
commit7d31336e39faa41883bae38ff9916db82386e07b (patch)
tree877c995153a86d8f5b92d9e950477569ee92ace7 /.gitignore
parent1d6f9b5ac03ad68dbb9f57df3092620264970679 (diff)
downloaddtv-scan-tables-7d31336e39faa41883bae38ff9916db82386e07b.zip
dtv-scan-tables-7d31336e39faa41883bae38ff9916db82386e07b.tar.gz
dtv-scan-tables-7d31336e39faa41883bae38ff9916db82386e07b.tar.bz2
Never include ~ files
Files ending with a tilde (~) are very often editor backup files. These should never be commited and this patch adds a .gitignore file and ignores *~ Signed-off-by: Oliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c33713e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+# Lines starting with '#' are considered comments.
+# Ignore editor backupfiles
+*~