This is done via T4 templates. The original files are now generated at build-time and so have been added to .gitignore and removed from the repository, with the exception of version.txt which must be hosted on GitHub for the updater plugin.
80 lines
1.2 KiB
Text
80 lines
1.2 KiB
Text
# git ignore file
|
|
# Unix generated files
|
|
.deps/
|
|
.libs/
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
compile
|
|
confdefs.h
|
|
conftest
|
|
conftest.c
|
|
conftest.err
|
|
config.guess
|
|
config.h.in
|
|
config.h.in~
|
|
config.h
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
config-win32.h
|
|
configure
|
|
configure.tmp
|
|
depcomp
|
|
doxygen*.tmp
|
|
html/
|
|
install-sh
|
|
intl/
|
|
libtool
|
|
ltmain.sh
|
|
m4/
|
|
missing
|
|
plugins/perl/irc.pm.h
|
|
plugins/perl/xchat.pm.h
|
|
plugins/perl/hexchat.pm.h
|
|
po/Makefile.in.in
|
|
po/POTFILES
|
|
po/remove-potcdate.sed
|
|
po/stamp-po
|
|
data/pkgconfig/hexchat-plugin.pc
|
|
src/common/dbus/example
|
|
src/common/dbus/marshallers.h
|
|
src/common/dbus/org.hexchat.service.service
|
|
src/common/dbus/remote-object-glue.h
|
|
src/common/make-te
|
|
src/common/textenums.h
|
|
src/common/textevents.h
|
|
src/fe-gtk/hexchat
|
|
src/fe-gtk/hexchat.rc
|
|
src/fe-text/hexchat-text
|
|
src/htm/Main.resources
|
|
src/htm/thememan.exe
|
|
src/htm/thememan.exe.config
|
|
src/htm/thememan.exe.mdb
|
|
src/htm/thememan
|
|
stamp-h1
|
|
*.a
|
|
*.o
|
|
*.la
|
|
*.lo
|
|
*.gmo
|
|
*.mo
|
|
*.po~
|
|
*.patch
|
|
# Win32 generated files
|
|
plugins/wmpa/wmpa_h.h
|
|
plugins/wmpa/wmpa_i.c
|
|
src/fe-gtk/resources.c
|
|
src/htm/obj/*
|
|
win32/ipch/*
|
|
win32/ext/perl/perl-x86-cache
|
|
win32/ext/perl/perl-x86-SetupFiles
|
|
win32/ext/perl/perl-x64-cache
|
|
win32/ext/perl/perl-x64-SetupFiles
|
|
win32/installer/hexchat.iss
|
|
resource.h
|
|
*.opensdf
|
|
*.sdf
|
|
*.suo
|
|
*.user
|