diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-03-29 12:31:43 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-03-29 12:33:47 -0700 |
commit | 7ccf49c02186932eee5d0b90559d7ffe875d8cb4 (patch) | |
tree | 810cd877fad4c905817bf2d4f0083293c760ac43 /.gitignore | |
parent | 6646b803964cc60a25723ac92cf97d4e828a83c3 (diff) |
Delete autoconf generated code from tree
Since we don't have a ./configure checked in, it makes no sense to keep
any of these scripts since people are already going to be running
autoreconf anyway.
Plus they will be completely deletable when meson shows up.
This fixes `autoreconfPhase` causing git diffs.
Change-Id: Ibb2aee422c562a23faadfdedb55b5c18c41a9420
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d08d04ccf..febb0834a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ perl/Makefile.config /stamp-h1 /svn-revision /libtool +/config # /doc/manual/ /doc/manual/*.1 |