From dcfc46ea2334636c9c4dee677e975e1cb96920de Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 22 Oct 2013 12:46:58 -0400 Subject: Set up build system. --- (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f68877b --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Swap and backup files +*.s[a-w]? +Session.vim +*~ +*.orig + +# Files generated by aclocal, autoconf, and automake +aclocal.m4 +autom4te.cache/ +configure +build-aux/ +ChangeLog +INSTALL +Makefile.in + +# Files generated by configure +config.log +config.status +Makefile + +# Files generated by Makefile +src/*[^.]?? +*-*.tar* -- cgit v0.9.1