diff --git a/.gitignore b/.gitignore index 590d8d19..fb2a287a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,12 +8,12 @@ /config.* /configure /install-sh -/zncconfig.h.in +/include/znc/zncconfig.h.in # Generated by configure Makefile *.pc -/zncconfig.h +/include/znc/zncconfig.h /znc-buildmod /znc-config @@ -27,8 +27,8 @@ Makefile /modules/modpython/functions.cpp /modules/modpython/swigpyrun.h /modules/modpython/znc_core.py -/modules/modpython/*.pyc -/modules/*.pyc +*.pyc +__pycache__ /test/ConfigTest /test/EscapeTest