diff options
author | Louie Shprung <lshprung@tutanota.com> | 2024-08-08 20:52:18 -0400 |
---|---|---|
committer | Louie Shprung <lshprung@tutanota.com> | 2024-08-08 20:52:18 -0400 |
commit | 459a55528f8d2de726e75d8fc6119fcc3b4681b7 (patch) | |
tree | 68e5961b6c58f9a6a75ecac90b887c42234ce449 | |
parent | 9e999c82f830f48ebabc72338ef721154acd116a (diff) |
Update .gitignore
-rw-r--r-- | .gitignore | 61 |
1 files changed, 61 insertions, 0 deletions
@@ -1,3 +1,64 @@ +# http://www.gnu.org/software/automake + +Makefile.in +/ar-lib +/mdate-sh +/py-compile +/test-driver +/ylwrap +.deps/ +.dirstamp + +# http://www.gnu.org/software/autoconf + +autom4te.cache +/autoscan.log +/autoscan-*.log +/aclocal.m4 +/compile +/config.cache +/config.guess +/config.h.in +/config.log +/config.status +/config.sub +/configure +/configure.scan +/depcomp +/install-sh +/missing +/stamp-h1 + +# https://www.gnu.org/software/libtool/ + +/ltmain.sh + +# http://www.gnu.org/software/texinfo + +/texinfo.tex + +# http://www.gnu.org/software/m4/ + +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 + +# Generated Makefile +# (meta build system like autotools, +# can automatically generate from config.status script +# (which is called by configure script)) +Makefile + +# Additional ignores .cache *~ *.tar.gz +config.h +nsis/installer.nsi +spec/terminal-media-launcher.spec +src/terminal-media-launcher +src/*.o +src/unix/*.o +src/windows/*.o |