From 0a56a0281b02de08a294eb36b38af1e57e4fdf48 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Tue, 18 Oct 2011 19:21:27 +0000 Subject: [PATCH] zncconfig.h has moved to include/znc __pycache__ is now used on python3.2 for cache files --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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