From 90e33b9a7242f260a690b27ef4f136651186a3bc Mon Sep 17 00:00:00 2001 From: Vincent Danjean Date: Thu, 21 Jun 2012 11:47:14 +0200 Subject: Add a .gitignore for all file generated by ./bootstrap.sh No need to exclude files created when compiling and testing as this can be done out of tree --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0c8b27b --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/autom4te.cache/ + +/aclocal.m4 +/configure +/build-aux/ + +Makefile.in -- cgit v0.12