From e7b80b289ea35c32b90e431db5c051b31d8623ed Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 28 Aug 2017 08:19:34 +0200 Subject: [PATCH] - rework .gitignore --- .gitignore | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 0d7c83f3..caee115e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,25 @@ -build-generic-pc -build_tmp -ccache -cross -deps -download -host -internal -root -static -source -local -staging -config.local -Makefile.local -.ignore +# +# exclude directories explicitly +# +/build-generic-pc +/build_tmp +/cross +/deps +/download +/host +/internal +/local +/root +/source +/staging +/static +# +# exclude files explicitly +# +/config.local +/Makefile.local +# +# exclude filemasks +# *~ +.ignore