From 3c2e103aadc2ae9f48dbaaf843d8d7d8ee4e8e6f Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Tue, 22 Feb 2011 20:07:45 +0600 Subject: [PATCH] Add *.pyc and modperl/functions.cpp to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fef228b0..aa2f4964 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ Makefile /znc-config # modperl and modpython generated code +/modules/modperl/functions.cpp /modules/modperl/ZNC.cpp /modules/modperl/ZNC.pm /modules/modperl/swigperlrun.h @@ -27,6 +28,7 @@ Makefile /modules/modpython/swigpyrun.h /modules/modpython/znc_core.py /modules/modpython/*.pyc +/modules/*.pyc # Compiled Object files *.o