Add *.pyc and modperl/functions.cpp to .gitignore

This commit is contained in:
Alexey Sokolov
2011-02-22 20:07:45 +06:00
parent 1aed330825
commit 3c2e103aad

2
.gitignore vendored
View File

@@ -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