From 0ef91d8ffc4d9eecf5733b4dd173ccebad6c00d6 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 27 Apr 2020 20:43:26 +0200 Subject: Fix gitignore binary paths Only ignre them if they are in the top most directory, i.e. built in the source tree. Do not ignore directories named after the binaries! Signed-off-by: David Oberhollenzer --- .gitignore | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 00990ff..b1eb995 100644 --- a/.gitignore +++ b/.gitignore @@ -27,23 +27,22 @@ config.* *.dll *.log *.trs -gensquashfs -rdsquashfs -sqfs2tar -tar2sqfs -sqfsdiff -tar_fuzz -fstree_fuzz +/gensquashfs +/rdsquashfs +/sqfs2tar +/tar2sqfs +/sqfsdiff +/tar_fuzz +/fstree_fuzz test_* test-* -fscompare libtool ltmain.sh m4/libtool.m4 m4/lt*.m4 Doxyfile tests/cantrbry.sh -mknastyfs -mk42sqfs -list_files -sqfsbrowse +/mknastyfs +/mk42sqfs +/list_files +/sqfsbrowse -- cgit v1.2.3