summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Danjean <Vincent.Danjean@ens-lyon.org>2012-06-21 09:47:14 (GMT)
committerVincent Danjean <Vincent.Danjean@ens-lyon.org>2012-06-21 09:47:14 (GMT)
commit135d47e6c05b5771060d3b8b0b96119e6abde2d7 (patch)
tree130db1d110ab3ae1a7cc0ae5df39dabd19a47d48
parent5109579418940e6ce96826a3f5374610191ab0ef (diff)
downloadpatchelf-135d47e6c05b5771060d3b8b0b96119e6abde2d7.zip
patchelf-135d47e6c05b5771060d3b8b0b96119e6abde2d7.tar.gz
patchelf-135d47e6c05b5771060d3b8b0b96119e6abde2d7.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
-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