mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
.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>
This commit is contained in:
+25
-5
@@ -1,12 +1,32 @@
|
|||||||
Makefile
|
|
||||||
config.*
|
|
||||||
/znc-buildmod
|
|
||||||
/znc-config
|
|
||||||
/znc
|
/znc
|
||||||
/man/*.gz
|
/man/*.gz
|
||||||
*.pc
|
|
||||||
.depend
|
.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
|
# Compiled Object files
|
||||||
*.o
|
*.o
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user