diff options
author | Allan L. Bazinet <[email protected]> | 2017-09-07 15:39:38 -0700 |
---|---|---|
committer | Allan L. Bazinet <[email protected]> | 2017-09-07 15:39:38 -0700 |
commit | 8f58f09852b24aea8d17d3a7aa204a7ff8d7e399 (patch) | |
tree | af77bb755d4a14b142e55d731e0c89941762b909 /.gitignore | |
parent | 51f8edb0cb83c75bdf3818d7e88cac87502b4d31 (diff) |
Be specific in .gitignore Makefile exclusion
Ignore only the top-level, generated Makefile.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 40e7e1db8..fa0566c8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -Makefile* +/Makefile CMakeLists.txt* libbotan*.so.* *.a |