From f1c747ae846e7d54fc8e3facd020a7d080560d76 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 19 May 2020 07:38:33 +0200 Subject: Update .gitignore - remove entries referring to non-existing stuff - prefix files appearing in the top-level directory with '/' - add '/' as suffix for directories - add '*.mo' for files created during the test run - sort the entries --- .gitignore | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 4ad2b76..67b3bc1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,18 @@ *~ -ChangeLog +*.mo Makefile Makefile.in -aclocal.m4 -autom4te.cache -blip.pc -blip-admin -blip-sweep -config.log -config.status -configure -install-sh -missing -py-compile +/ChangeLog +/MANIFEST +/aclocal.m4 +/autom4te.cache +/build/ +/config.log +/config.status +/configure +/dist/ +/install-sh +/missing /itstool /itstool.1 /setup.py -/MANIFEST -/build -/dist -- cgit v1.2.1