From ab92666f873dccf9f58edb99984d19a96c132e2f Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 31 Mar 2021 22:01:09 +0200 Subject: gitignore: Anchor patterns at top_srcdir Anchor the gitignore patterns at top_srcdir where applicable. --- .gitignore | 159 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 81 insertions(+), 78 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 477281ae1..ae97f1caf 100644 --- a/.gitignore +++ b/.gitignore @@ -40,84 +40,87 @@ # auto generated files *.pc .dirstamp -ABOUT-NLS -aclocal.m4 -auto-aux/ -auto-m4/ -autom4te.cache/ -camlibs/all-def-camlibs -camlibs/all-src-camlibs -config.h -config.h.in -config.log -config.status -configure -doc/Doxyfile -doc/Doxyfile-internals -doc/doxygen-output/ -doc/libgphoto2-api.html.stamp -examples/best-iso -examples/lunkwill-canon-capture -examples/sample-afl -examples/sample-autodetect -examples/sample-capture -examples/sample-justfocus -examples/sample-multi-detect -examples/sample-owner -examples/sample-photobooth -examples/sample-preview -examples/sample-tether -examples/sample-trigger-capture -gphoto2-config -libgphoto2/gphoto2-endian.h -libgphoto2_port/ABOUT-NLS -libgphoto2_port/aclocal.m4 -libgphoto2_port/autom4te.cache/ -libgphoto2_port/config.h -libgphoto2_port/config.h.in -libgphoto2_port/config.log -libgphoto2_port/config.status -libgphoto2_port/configure -libgphoto2_port/gphoto2-port-config -libgphoto2_port/INSTALL -libgphoto2_port/libtool -libgphoto2_port/po/boldquot.sed -libgphoto2_port/po/*.header -libgphoto2_port/po/insert-header.sin -libgphoto2_port/po/libgphoto2_port-12.pot -libgphoto2_port/po/Makefile.in.in -libgphoto2_port/po/Makevars -libgphoto2_port/po/Makevars.template -libgphoto2_port/po/POTFILES -libgphoto2_port/po/quot.sed -libgphoto2_port/po/remove-potcdate.sed -libgphoto2_port/po/remove-potcdate.sin -libgphoto2_port/po/Rules-quot -libgphoto2_port/po/stamp-po -libgphoto2_port/stamp-h1 -libgphoto2_port/test/test-gp-port -libgphoto2_port/test/test-port-list -libtool Makefile Makefile.in -packaging/generic/print-camera-list -packaging/rpm/package.spec -po/boldquot.sed -po/*.header -po/insert-header.sin -po/libgphoto2-6.pot -po/Makefile.in.in -po/Makevars -po/Makevars.template -po/POTFILES -po/quot.sed -po/remove-potcdate.sed -po/remove-potcdate.sin -po/Rules-quot -po/stamp-po -README -stamp-h1 -tests/ddb/check-ddb.sh -tests/test-filesys -tests/test-gphoto2 + +/ABOUT-NLS +/aclocal.m4 +/auto-aux/ +/auto-m4/ +/autom4te.cache/ +/camlibs/all-def-camlibs +/camlibs/all-src-camlibs +/config.h +/config.h.in +/config.log +/config.status +/configure +/doc/Doxyfile +/doc/Doxyfile-internals +/doc/doxygen-output/ +/doc/libgphoto2-api.html.stamp +/examples/best-iso +/examples/lunkwill-canon-capture +/examples/sample-afl +/examples/sample-autodetect +/examples/sample-capture +/examples/sample-justfocus +/examples/sample-multi-detect +/examples/sample-owner +/examples/sample-photobooth +/examples/sample-preview +/examples/sample-tether +/examples/sample-trigger-capture +/gphoto2-config +/libgphoto2/gphoto2-endian.h +/libgphoto2_port/ABOUT-NLS +/libgphoto2_port/aclocal.m4 +/libgphoto2_port/auto-aux/ +/libgphoto2_port/auto-m4/ +/libgphoto2_port/autom4te.cache/ +/libgphoto2_port/config.h +/libgphoto2_port/config.h.in +/libgphoto2_port/config.log +/libgphoto2_port/config.status +/libgphoto2_port/configure +/libgphoto2_port/gphoto2-port-config +/libgphoto2_port/INSTALL +/libgphoto2_port/libtool +/libgphoto2_port/po/boldquot.sed +/libgphoto2_port/po/*.header +/libgphoto2_port/po/insert-header.sin +/libgphoto2_port/po/libgphoto2_port-12.pot +/libgphoto2_port/po/Makefile.in.in +/libgphoto2_port/po/Makevars +/libgphoto2_port/po/Makevars.template +/libgphoto2_port/po/POTFILES +/libgphoto2_port/po/quot.sed +/libgphoto2_port/po/remove-potcdate.sed +/libgphoto2_port/po/remove-potcdate.sin +/libgphoto2_port/po/Rules-quot +/libgphoto2_port/po/stamp-po +/libgphoto2_port/stamp-h1 +/libgphoto2_port/test/test-gp-port +/libgphoto2_port/test/test-port-list +/libtool +/packaging/generic/print-camera-list +/packaging/rpm/package.spec +/po/boldquot.sed +/po/*.header +/po/insert-header.sin +/po/libgphoto2-6.pot +/po/Makefile.in.in +/po/Makevars +/po/Makevars.template +/po/POTFILES +/po/quot.sed +/po/remove-potcdate.sed +/po/remove-potcdate.sin +/po/Rules-quot +/po/stamp-po +/README +/stamp-h1 +/tests/ddb/check-ddb.sh +/tests/test-filesys +/tests/test-gphoto2 +.vscode/ -- cgit v1.2.1