summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-12-13 14:27:54 +0100
committerStefan Behnel <stefan_ml@behnel.de>2021-12-13 14:27:54 +0100
commit745ac2685ca05c67afbf2a1dde24e4d48bd86dcd (patch)
treeeb4f3737985f2051dc4d302619ada68604e35541 /.gitignore
parentf0a575a5b5d9860be5b481950194f443ba7b9eac (diff)
downloadpython-lxml-745ac2685ca05c67afbf2a1dde24e4d48bd86dcd.tar.gz
Move zlib.h and friends into a subdirectory "extlibs" in lxml/includes/ to separate them from lxml-version.h etc.lxml-4.7.1
These files are copied by setuptools as package data from an external install directory and thus need to be in a separate package to prevent conflicting with the content of the normal lxml.includes package.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 25349ce6..66a48a6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@ MANIFEST
doc/api/lxml*.rst
doc/api/_build/
doc/s5/lxml-ep2008.html
+src/lxml/includes/*/
src/lxml/includes/lxml-version.h
src/lxml/*.html
src/lxml/html/*.c