diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2019-10-07 23:08:23 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2019-10-07 23:08:23 -0700 |
commit | 00a91e91c91436dfb036be23be0e8a008ab245ce (patch) | |
tree | 7006ce44958a8fc25586fe066a09d3f4d97d8c20 /.gitignore | |
parent | 242c72aef4d280f69cfd60c0edaa0f87a9d451e5 (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"
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
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 |