Gimp/.gitignore
Jehan 07cd09e290 gitignore: hide various files copied by the autogen.sh step.
These files seem to have appear ever since the recent gettext changes in
commit f663d26ab5.
In particular, the call to autoreconf seems to be creating these.
2022-07-07 15:39:54 +02:00

56 lines
644 B
Text

# Meson
/_build
/compile_commands.json
# Atom editor
/.vscode
# Autotools
*.la
*.lo
*.o
*~
/*.config
/*.creator
/*.creator.user
/*.files
/*.includes
/ChangeLog
/Gimp-3.0.gir
/Gimp-3.0.typelib
/INSTALL
/Makefile
/Makefile.in
/aclocal.m4
/authors.md
/autom4te.cache
/compile
/config.cache
/config.guess
/config.h
/config.h.in
/config.log
/config.rpath
/config.status
/config.status.lineno
/config.sub
/configure
/cscope.files
/cscope.out
/depcomp
/gimp-3.0.pc
/gimp-zip
/gimpthumb-3.0.pc
/gimpui-3.0.pc
/git-version.h
/gtk-doc.make
/install-sh
/libtool
/ltmain.sh
/missing
/mkinstalldirs
/py-compile
/stamp-h
/stamp-h.in
/stamp-h1
/test-driver