From 43e4a555e97d08e808c85b45e60079f1c5bc45fd Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 14 Apr 2015 05:35:36 -0400 Subject: Initial repository setup --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..25d3c42 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +/test/index.html +/test/**/xspec/ +/src/**/*.texi +*.apply +*.info + +# autotools- and configure-generated +Makefile.in +Makefile +/aclocal.m4 +/*.cache/ +/configure +/config.* + +# should be added using autoreconf -i +/tools/install-sh +/tools/missing +/tools/mdate-sh +/tools/texinfo.tex -- cgit v1.2.1