diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2018-11-20 16:33:07 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2018-11-21 13:57:11 +0100 |
commit | faf44dc4217e89ca5b388ea2f5ca20361bee93d2 (patch) | |
tree | 4c3e7b2d28c0eac39d732a4bba4cef813aa929b3 /.gitignore | |
parent | README: switch to libidn2 for Fedora (diff) | |
download | knot-faf44dc4217e89ca5b388ea2f5ca20361bee93d2.tar.xz knot-faf44dc4217e89ca5b388ea2f5ca20361bee93d2.zip |
python: improve libknot detection
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 4aad9342b..40c4fc2f2 100644 --- a/.gitignore +++ b/.gitignore @@ -45,7 +45,6 @@ Makefile Makefile.in version.h -/python/setup.py /samples/knot.sample.conf /src/knot/modules/static_modules.h @@ -84,4 +83,4 @@ version.h # eclipse /.project /.cproject -/.settings/
\ No newline at end of file +/.settings/ |