]> jfr.im git - irc/evilnet/znc.git/blob - .gitignore
Fix missing brace
[irc/evilnet/znc.git] / .gitignore
1 /znc
2 /man/*.gz
3 .depend
4 /src/version.cpp
5
6 # Generated by autogen.sh
7 /aclocal.m4
8 /autom4te.cache
9 /config.*
10 /configure
11 /install-sh
12 /include/znc/zncconfig.h.in
13
14 # Generated by configure
15 Makefile
16 *.pc
17 /include/znc/zncconfig.h
18 /znc-buildmod
19
20 # modperl and modpython generated code
21 /modules/modperl/functions.cpp
22 /modules/modperl/ZNC.cpp
23 /modules/modperl/ZNC.pm
24 /modules/modperl/swigperlrun.h
25 /modules/modpython/_znc_core.cpp
26 /modules/modpython/compiler
27 /modules/modpython/functions.cpp
28 /modules/modpython/swigpyrun.h
29 /modules/modpython/znc_core.py
30 *.pyc
31 __pycache__
32
33 /unittest
34 /test/gtest.zip
35 /test/gtest-*
36
37 # Compiled Object files
38 *.o
39
40 # Compiled Dynamic libraries
41 *.so
42
43 # Makefile generates this
44 /.version_extra
45
46 # Generated from third_party/Csocket/ by Makefile
47 /src/Csocket.cpp
48 /include/znc/Csocket.h
49