summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorVincent Danjean <Vincent.Danjean@ens-lyon.org>2012-06-21 09:47:14 (GMT)
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-10 22:16:24 (GMT)
commit90e33b9a7242f260a690b27ef4f136651186a3bc (patch)
tree130db1d110ab3ae1a7cc0ae5df39dabd19a47d48 /.gitignore
parentc364c397be49b216ae687e57374f7ed4f43ae091 (diff)
downloadpatchelf-90e33b9a7242f260a690b27ef4f136651186a3bc.zip
patchelf-90e33b9a7242f260a690b27ef4f136651186a3bc.tar.gz
patchelf-90e33b9a7242f260a690b27ef4f136651186a3bc.tar.bz2
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
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