summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2019-10-07 23:08:23 -0700
committerVito Caputo <vcaputo@pengaru.com>2019-10-07 23:08:23 -0700
commit00a91e91c91436dfb036be23be0e8a008ab245ce (patch)
tree7006ce44958a8fc25586fe066a09d3f4d97d8c20
parent242c72aef4d280f69cfd60c0edaa0f87a9d451e5 (diff)
.gitignore: ignore autotools junk
Even if the build is out-of-tree, bootstrap litters the tree with this stuff, and it can be annoying for other projects embedding libstage as git notices the "untracked content"
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..091647f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+aclocal.m4
+ar-lib
+autom4te.cache
+compile
+configure
+depcomp
+install-sh
+missing
+*.in
© All Rights Reserved