diff options
author | Oliver Schinagl <oliver@schinagl.nl> | 2013-09-30 11:13:07 +0200 |
---|---|---|
committer | Oliver Schinagl <oliver@schinagl.nl> | 2013-09-30 11:13:07 +0200 |
commit | 7d31336e39faa41883bae38ff9916db82386e07b (patch) | |
tree | 877c995153a86d8f5b92d9e950477569ee92ace7 /.gitignore | |
parent | 1d6f9b5ac03ad68dbb9f57df3092620264970679 (diff) | |
download | dtv-scan-tables-7d31336e39faa41883bae38ff9916db82386e07b.tar.gz |
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 '')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c33713e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Lines starting with '#' are considered comments. +# Ignore editor backupfiles +*~ |