diff options
author | Simon Warta <[email protected]> | 2015-06-28 15:11:14 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-06-28 15:11:14 +0200 |
commit | f4ca1ec3bfd97154dc2c95d6e9c85f819d28176d (patch) | |
tree | 8e7b0a40eee7389a2b633a612195594bfc3798ae /.gitignore | |
parent | 461fa58bbb57ab52a08fb362fd8bd5758f1dd9de (diff) |
Ignore text file backups
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
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 |