aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-06-28 15:11:47 +0200
committerSimon Warta <[email protected]>2015-06-28 15:11:47 +0200
commite008e19ef336a2f1f024c18d4f16b1aa1aba8971 (patch)
treee3dc8034b8ca652314e1f6c7e35857d301d054ab
parentdc5716db695462217390ddfc7c9189294493600a (diff)
parentf4ca1ec3bfd97154dc2c95d6e9c85f819d28176d (diff)
Merge pull request #153 from webmaster128/ignore-text-backups
Ignore text file backups *~
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3c7db89c0..5275cc126 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,9 @@ build.log
botan
botan-test
+# Text file backups (e.g. gedit, joe)
+*~
+
# Amalgamation code
botan_all.h
botan_all_internal.h