Files
znc/.gitignore
Uli Schlachter 86c0e97c85 .gitignore: Add some more rules
This now also ignores the generated files due from modpython and modperl and
some more fun.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-02-14 17:19:29 +01:00

36 lines
553 B
Plaintext

/znc
/man/*.gz
.depend
# Generated by autogen.sh
/aclocal.m4
/autom4te.cache
/config*
/install-sh
/zncconfig.h.in
# Generated by configure
Makefile
*.pc
/zncconfig.h
/znc-buildmod
/znc-config
# modperl and modpython generated code
/modules/modperl/ZNC.cpp
/modules/modperl/ZNC.pm
/modules/modperl/swigperlrun.h
/modules/modpython/_znc_core.cpp
/modules/modpython/compiler
/modules/modpython/functions.cpp
/modules/modpython/swigpyrun.h
/modules/modpython/*.py
/modules/modpython/*.pyc
# Compiled Object files
*.o
# Compiled Dynamic libraries
*.so