diff options
| author | Andreas Rottmann <mail@r0tty.org> | 2020-04-07 13:25:52 +0200 |
|---|---|---|
| committer | Andreas Rottmann <mail@r0tty.org> | 2020-04-08 11:26:18 +0200 |
| commit | 375c12adbcceedc65257bb717ac9806783422744 (patch) | |
| tree | f450a69a4bffda2d8981175346bb999a02971115 /.gitignore | |
| parent | abafd658d49f0849b83d3c3fa51625a236c4c7a7 (diff) | |
Adjust .gitignore regarding m4 macros
There are quite a few files below m4/ that are intentionally part of
the repository, so do not ignore the whole directory contents.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -18,7 +18,14 @@ install-sh depcomp libtool ltmain.sh -m4/* + +# Added automatically by `autoreconf` +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 + missing nohup.out vgdump |
