From cb9cd5ef3e5cb0b82f8f038b32b030c2ed701748 Mon Sep 17 00:00:00 2001 From: Derick Huth Date: Mon, 6 Apr 2015 18:42:19 -0600 Subject: Create .gitignore --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..053ff52 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# http://www.gnu.org/software/automake + +Makefile.in + +# http://www.gnu.org/software/autoconf + +/autom4te.cache +/aclocal.m4 +/compile +/configure +/depcomp +/install-sh +/missing +/stamp-h1 -- cgit v1.2.3-70-g09d2 From 59aaf19943ba29cefdf1d8478ff33f7d2b8b3920 Mon Sep 17 00:00:00 2001 From: dhuth Date: Thu, 7 May 2015 14:20:45 -0600 Subject: Not ignoring autotools files --- .gitignore | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 053ff52..ab90a6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,22 @@ # http://www.gnu.org/software/automake -Makefile.in +#Makefile.in # http://www.gnu.org/software/autoconf -/autom4te.cache -/aclocal.m4 -/compile -/configure -/depcomp -/install-sh -/missing -/stamp-h1 +#/autom4te.cache +#/aclocal.m4 +#/compile +#/configure +#/depcomp +#/install-sh +#/missing +#/stamp-h1 + +#/omega/autom4te.cache +#/omega/aclocal.m4 +#/omega/compile +#/omega/depcomp +#/omega/install-sh +#/omega/missing + -- cgit v1.2.3-70-g09d2