From 6c9af0adc1f4f313cde340e7eab11edf023221b0 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 21 Dec 2014 21:58:03 -0600 Subject: C++ skeleton: Initial commit --- .gitignore | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..13cd87b --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ +# .gitignore -*- conf -*- + +# Editor backup files +*~ +\#* +.\#* + +# autoscan +autoscan.log +configure.scan + +# aclocal +aclocal.m4 +autom4te.cache/ + +# autoconf +configure + +# autoheader +config.h.in + +# automake +Makefile.in +compile +config.guess +config.sub +depcomp +install-sh +missing + +# configure +.deps/ +Makefile +config.h +config.log +config.status +stamp-* + +# make +.dirstamp +*.o + +# TODO(bbarenblat): Executable name here +hello -- cgit v1.2.3