chore(.gitignore): add more autotool files#792
Conversation
scop
left a comment
There was a problem hiding this comment.
I've nothing against this in principle, but I'd like to understand which versions or scenarios cause the files compile, depcomp, config.guess, config.sub, and ltmain.sh to appear. They do not for me in Ubuntu 20.04 or Fedora dev, autoreconf -i; ./configure; make.
|
Ah, OK. I do somehow have these files but couldn't reproduce them in a clean bash-completion$ git clone git@gitlab.com:cryptsetup/cryptsetup.git
bash-completion$ cd cryptsetup
cryptsetup$ ./autogen.shRunning |
Co-authored-by: Ville Skyttä <ville.skytta@iki.fi>
630c105 to
34c285c
Compare
|
OK, I think there is no reason to add these files created by |
|
Thanks! |
The filenames
compfile,depcomp,ltmain.sh, andconfig.{guess,sub}are added in.gitignore. Also, I collected the autotool-related entries in a section.