diff options
author | Jack Lloyd <[email protected]> | 2015-07-11 17:13:56 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-07-11 17:13:56 -0400 |
commit | e231e1f3700ead7a4ac9f4b5b90beb2dc6158a90 (patch) | |
tree | ae2af2edb0cf8ff4f1cd6ab15f763000498114ac /.gitignore | |
parent | ce7245ab98cd7cd336ff6273bf2a93743d263e06 (diff) |
Add patch files to gitignores
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2fad5fbd1..61601d7bf 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,13 @@ botan-test # Text file backups (e.g. gedit, joe) *~ +# Patch files +*.patch +*.diff +*.orig +*.rej + + # Amalgamation code botan_all.h botan_all_internal.h |