diff options
author | Jack Lloyd <[email protected]> | 2018-05-23 20:22:59 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-05-23 20:22:59 -0400 |
commit | 25fa206c197449ac4d076ea30baf08bf28988b22 (patch) | |
tree | 36dbade758f290e623e10a0cd2cc696898080ab4 /.gitignore | |
parent | 90623401fd9bfb2d91debf301e26d6d43b6c0e3f (diff) |
Don't ignore files that actually live in the top level dir
Fixes GH #1575
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e022539e5..1a5d5100c 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,7 @@ callgrind.* /*.pub /*.crt /*.txt + +# Add back files from the toplevel +!configure.py +!license.txt |