update gitignore
This commit is contained in:
parent
a4cac7eeab
commit
1aee992256
1 changed files with 19 additions and 11 deletions
30
.gitignore
vendored
30
.gitignore
vendored
|
@ -17,25 +17,24 @@ bandb/bandb
|
||||||
bandb/bantool
|
bandb/bantool
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
|
configure
|
||||||
stamp-h1
|
stamp-h1
|
||||||
include/setup.h
|
include/setup.h
|
||||||
libltdl/config.h
|
libltdl/
|
||||||
libltdl/libtool
|
|
||||||
libratbox/include/libratbox_config.h
|
libratbox/include/libratbox_config.h
|
||||||
libratbox/include/librb-config.h
|
libratbox/include/librb-config.h
|
||||||
libratbox/libratbox.pc
|
libratbox/libratbox.pc
|
||||||
libratbox/libtool
|
libratbox/libtool
|
||||||
libratbox/src/version.c
|
libratbox/src/version.c
|
||||||
libratbox/src/version.c.last
|
libratbox/src/version.c.last
|
||||||
scripts/*.tbz2
|
scripts/*.tar.bz2
|
||||||
scripts/*.tgz
|
scripts/*.tar.gz
|
||||||
servlink/servlink
|
ircd/charybdis
|
||||||
src/ircd
|
ircd/lex.yy.c
|
||||||
src/lex.yy.c
|
ircd/version.c
|
||||||
src/version.c
|
ircd/version.c.last
|
||||||
src/version.c.last
|
ircd/y.tab.h
|
||||||
src/y.tab.h
|
ircd/y.tab.c
|
||||||
src/y.tab.c
|
|
||||||
ssld/ssld
|
ssld/ssld
|
||||||
tools/charybdis-mkpasswd
|
tools/charybdis-mkpasswd
|
||||||
tools/genssl
|
tools/genssl
|
||||||
|
@ -46,3 +45,12 @@ ircd/charybdis
|
||||||
ircd/version.c
|
ircd/version.c
|
||||||
ircd/version.c.last
|
ircd/version.c.last
|
||||||
/libtool
|
/libtool
|
||||||
|
Makefile.in
|
||||||
|
m4/libtool.m4
|
||||||
|
m4/ltargz.m4
|
||||||
|
m4/ltdl.m4
|
||||||
|
m4/ltoptions.m4
|
||||||
|
m4/ltsugar.m4
|
||||||
|
m4/ltversion.m4
|
||||||
|
m4/lt~obsolete.m4
|
||||||
|
*.dSYM/
|
||||||
|
|
Loading…
Reference in a new issue