From 837c10c4c9719327b2af1b8ea74ad18f8a5a65d1 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 25 Mar 2013 12:05:42 -0400 Subject: build: update .gitignore Don't use git.mk, just a static .gitignore. --- .gitignore | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..4fb0815c --- /dev/null +++ b/.gitignore @@ -0,0 +1,67 @@ +*.bak +*.gresource +*.la +*.lo +*.o +*.orig +*.rej +*.tab.c +*.tar.xz +*~ +*# +.#* +.*.sw[nop] +.deps +.dirstamp +.libs +GPATH +GRTAGS +GSYMS +GTAGS +ID +Makefile +Makefile.in +TAGS +_libs +aclocal.m4 +autom4te.cache +compile +config.cache +config.guess +config.h +config.h.in +config.log +config.lt +config.status +config.status.lineno +config.sub +configure +configure.lineno +depcomp +install-sh +intltool-*.in +intltool-extract.in +intltool-merge.in +intltool-update.in +libtool +ltmain.sh +missing +mkinstalldirs +po/*.gmo +po/*.mo +po/.intltool-merge-cache +po/Makefile +po/Makefile.in +po/Makefile.in.in +po/POTFILES +po/gnome-themes-standard.pot +po/stamp-it +so_locations +stamp-h1 +tags +themes/Adwaita/index.theme +themes/Adwaita/backgrounds/*.xml +themes/Adwaita/backgrounds/adwaita.xml.in +themes/HighContrast/create-highcontrast +themes/HighContrast/icons/index.theme +themes/HighContrast/index.theme -- cgit v1.2.1