From d454c2682afbfd3e1aa98fd1be585edacd80b3c7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 26 Oct 2009 22:35:57 -0400 Subject: add .gitignore clean up Makefile a bit add comments on `bashisms' in configure Add a `make commit' bit. Won't really be usefull to others, but is way more convenient for me than make distclean git add -A git commit -a --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..13fe430 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*/configure +*/COPYING +*/Makefile.in +*-build + -- cgit v1.2.3-2-g168b