From 7c45789a40f929fd7cd4cfd46a2ac567131270d4 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Thu, 28 Sep 2017 16:24:27 -0700 Subject: [PATCH] git: modernize .gitignore Lots of this stuff is from the autotools days, which is no longer necessary. --- .gitignore | 67 +++--------------------------------------------------- 1 file changed, 3 insertions(+), 64 deletions(-) diff --git a/.gitignore b/.gitignore index 3a11aad6..1682ae21 100644 --- a/.gitignore +++ b/.gitignore @@ -1,64 +1,3 @@ -*.o -.deps -/**/*.swp -/*.bak -/*.gcda -/*.gcno -/*.o -/*.orig -/*.rej -/*.tab.c -/*~ -/.*.sw[nop] -/.dirstamp -/.gitignore -/ABOUT-NLS -/ChangeLog -/GPATH -/GRTAGS -/GSYMS -/GTAGS -/ID -/INSTALL -/Makefile -/Makefile.in -/TAGS -/aclocal.m4 -/autom4te.cache -/build-aux -/config -/config.cache -/config.h -/config.h.in -/config.log -/config.lt -/config.status -/config.status.lineno -/configure -/configure.lineno -/gtk-doc.m4 -/gtk-doc.make -/intltool-extract.in -/intltool-merge.in -/intltool-update.in -/libtool -/po/*.gmo -/po/*.header -/po/*.mo -/po/*.sed -/po/*.sin -/po/.intltool-merge-cache -/po/.pot -/po/Makefile -/po/Makefile.in -/po/Makefile.in.in -/po/Makefile.in.in~ -/po/Makevars.template -/po/POTFILES -/po/Rules-quot -/po/stamp-it -/po/stamp-po -/po/sysprof.pot -/so_locations -/stamp-h1 -/tags +*.swp +*~ +build