summary refs log tree commit diff stats
path: root/.gitignore
AgeCommit message (Collapse)Author
2017-07-01Support changing tray icon only with tray_normal imageBilal Elmoussaoui
Previously making a hexchat icon would override all hexchat icons not just the tray. Fixes #2017 Closes #2018
2017-06-13build: Replace Autotools with MesonPatrick Griffis
Quick rundown of benefits: - Much faster: - Autotools (with autogen): 22 seconds - Meson: 7 seconds - Meson (with ccache): 2 seconds - Simpler: - ~1000 lines smaller - Single simple language - Potentially better Windows (Visual Studio) support What is not done: - Complete Windows support - OSX support (easy) Closes #2013 Closes #1937 Closes #1803
2016-05-12Ignore VS2015 crap.Arnavion
2016-03-31configure: Place auxiliary files in own dirPatrick Griffis
2016-03-31unix: Open urls in existing instance if supportedPatrick Griffis
2016-01-25Add ctags files to gitignorePatrick Griffis
2015-10-10fe-gtk: Use manual registration for resources.Arnavion
2015-02-21Unify sysinfo plugins and add osx supportTingPing
This does remove the net* commands from the Unix version that may return at a later date with OSX and Windows support. This commit also makes numerious other changes such as code cleanup, reformatting, etc. Closes #829
2014-12-15Update .gitignoreTingPing
2014-12-02configure: Add option to run clang static analysisTingPing
2014-06-21Fix autotools warningTingPing
2014-06-01Remove some hardcoded version numbersTingPing
- man page - makebundle.sh
2014-05-27osx: makebundle.sh improvementsTingPing
2014-02-16Translate desktop filesTingPing
2014-02-06Use a single marshal file for entire projectTingPing
2014-01-30osx: generate plist fileTingPing
2014-01-20Translate appdata fileTingPing
2014-01-20Don't store the potfile in gitTingPing
2014-01-14Add gtk-mac-bundler filesTingPing
2014-01-13Build system improvementsTingPing
- Use AM_GLIB_GNU_GLIB and IT_PROG_INTLTOOL - Use gnome-autogen.sh - Move language list to own file - Delete generated config.rpath file
2013-10-12win32: Use version information from configure.ac to populate the ↵Arnavion
Windows-specific files that need it - config-win32.h, version.txt, hexchat.rc, hexchat.iss 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.
2013-10-09Add hexchat perl module to gitignoreTingPing
2013-09-29Reorganize files and migrate images to gresourceTingPing
2013-08-28update gitignorehasufell
2013-08-04Add .patch to gitignoreTingPing
2013-05-20Set up DoxyfileBerke Viktor
2013-05-08add pkgconfig file to gitignoreTingPing
2012-11-12Add Perl build notes and installersBerke Viktor
2012-11-11These shouldn't be needed anymoreBerke Viktor
2012-10-31Add another temporary file to gitignoreBerke Viktor
2012-10-27Ignore generated text even headersBerke Viktor
2012-10-27More ignoresBerke Viktor
2012-10-27Add make-te binary to gitignoreBerke Viktor
2012-10-27Ignore generated config.h properly on UnixBerke Viktor
2012-10-26Add hexchat-text to gitignoreBerke Viktor
2012-10-15Remove accidentally included .mo file and don't let it ever happen againBerke Viktor
2012-10-15Update .gitignore for L10nBerke Viktor
2012-10-05Ignore Mono built HTMBerke Viktor
2012-10-02Update gitignore to reflect recent changesBerke Viktor
2012-09-15Update solution to Visual Studio 2012 Express and get rid of mpcInfoBerke Viktor
2012-07-21Update .gitignore to include all Unix-specific filesBerke Viktor
2012-07-18Add some Unix-specific files for .gitignore, more to come laterBerke Viktor
2012-07-14get rid of *.user files and ignore themxhmikosr
2012-07-13Rename XTM to HTMBerke Viktor
2012-07-11Rebranding on the file levelBerke Viktor
2012-07-11Add .gitignore to masterBerke Viktor