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>
4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
# Lines starting with '#' are considered comments.
|
|
# Ignore editor backupfiles
|
|
*~
|