mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 10:42:33 +01:00
90 lines
1.4 KiB
Plaintext
90 lines
1.4 KiB
Plaintext
# git ignore file
|
|
# Unix generated files
|
|
.deps/
|
|
.libs/
|
|
.dirstamp
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
/build-aux/
|
|
confdefs.h
|
|
conftest
|
|
conftest.c
|
|
conftest.err
|
|
config.*
|
|
config-win32.h
|
|
configure
|
|
configure.tmp
|
|
doxygen*.tmp
|
|
html/
|
|
libtool
|
|
m4/
|
|
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-*
|
|
osx/Info.plist
|
|
data/man/hexchat.1
|
|
data/pkgconfig/hexchat-plugin.pc
|
|
data/misc/hexchat.appdata.xml
|
|
data/misc/hexchat.desktop
|
|
data/misc/hexchat.desktop.in
|
|
data/misc/htm.desktop
|
|
src/common/dbus/example
|
|
src/common/dbus/org.hexchat.service.service
|
|
src/common/dbus/remote-object-glue.h
|
|
src/common/make-te
|
|
src/common/marshal.*
|
|
src/common/textenums.h
|
|
src/common/textevents.h
|
|
src/fe-gtk/hexchat
|
|
src/fe-gtk/hexchat.rc
|
|
src/fe-gtk/resources.c
|
|
src/fe-gtk/resources.h
|
|
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~
|
|
*.pot
|
|
*.patch
|
|
tags
|
|
src/**/*.plist
|
|
# Win32 generated files
|
|
plugins/wmpa/wmpa_h.h
|
|
plugins/wmpa/wmpa_i.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
|
|
*.exe
|
|
#OSX
|
|
osx/HexChat.app
|
|
osx/.HexChat.app
|
|
po/.intltool-merge-cache
|
|
*.zip
|
|
*.dmg
|
|
*.VC.db
|
|
*.VC.opendb
|