code.gitea.io/gitea@v1.21.7/options/gitignore/Autotools (about)

     1  # http://www.gnu.org/software/automake
     2  
     3  Makefile.in
     4  /ar-lib
     5  /mdate-sh
     6  /py-compile
     7  /test-driver
     8  /ylwrap
     9  .deps/
    10  .dirstamp
    11  
    12  # http://www.gnu.org/software/autoconf
    13  
    14  autom4te.cache
    15  /autoscan.log
    16  /autoscan-*.log
    17  /aclocal.m4
    18  /compile
    19  /config.cache
    20  /config.guess
    21  /config.h.in
    22  /config.log
    23  /config.status
    24  /config.sub
    25  /configure
    26  /configure.scan
    27  /depcomp
    28  /install-sh
    29  /missing
    30  /stamp-h1
    31  
    32  # https://www.gnu.org/software/libtool/
    33  
    34  /ltmain.sh
    35  
    36  # http://www.gnu.org/software/texinfo
    37  
    38  /texinfo.tex
    39  
    40  # http://www.gnu.org/software/m4/
    41  
    42  m4/libtool.m4
    43  m4/ltoptions.m4
    44  m4/ltsugar.m4
    45  m4/ltversion.m4
    46  m4/lt~obsolete.m4
    47  
    48  # Generated Makefile
    49  # (meta build system like autotools,
    50  # can automatically generate from config.status script
    51  # (which is called by configure script))
    52  Makefile