diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-10-07 17:01:25 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-10-10 12:38:03 +0200 |
commit | 8ecfb783bf31c71b07e8bd7a1d8e9efdce5f9bae (patch) | |
tree | f6f82dbdb96290441eb33d200d0d79597469cbaf /.gitignore | |
parent | 3ffb65a81c2e61650646d7382c8779f814993d0b (diff) |
Get rid of `configure.seed` as it comes with some disadvantages.remove/configure-seed
* using Autotools best-practices to achieve (hopefully) the same result
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ebacea3cd..f9425afd1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ compile /config.status /config.sub /configure -/configure.ac /configure.tmp .cproject /depcomp |