diff options
author | Simon Warta <[email protected]> | 2015-06-27 11:45:00 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-06-27 11:45:00 +0200 |
commit | 461fa58bbb57ab52a08fb362fd8bd5758f1dd9de (patch) | |
tree | 2367c1b98708c1af211ad162e041f66d3172bc99 | |
parent | d6044e49cefc7fb1415033ed7f7ed74e9a985d33 (diff) | |
parent | 9e6a1217dbaa090934296f729cfe958bbe1d5179 (diff) |
Merge pull request #151 from webmaster128/add-ignores
Add more amalgamation files to ignore list
-rw-r--r-- | .gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 9ccc98e68..3c7db89c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ Makefile* libbotan*.so.* -botan_all.cpp -botan_all.h *.a *.so *.exp @@ -13,3 +11,9 @@ build build.log botan botan-test + +# Amalgamation code +botan_all.h +botan_all_internal.h +botan_all.cpp +botan_all_*.cpp |