suricata/python/.gitignore
Jason Ish 7e06e765f3 python: fixes for out of tree build
Autoconf/automake and python setup.py don't play that well
together with out of tree builds.

Makes suricatasc not an autoconf input file, instead use the
defaults module that is already being created.

In the case of an out of tree build, copy the generated defaults.py
to the build directory manually.
2018-05-23 14:47:57 +02:00

7 lines
95 B
Text

*.pyc
.cache
build
lib/
scripts-*/
suricata/config/defaults.py
!suricata/config/defaults.py.in