diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-04-27 20:43:26 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-04-27 20:43:26 +0200 |
commit | 0ef91d8ffc4d9eecf5733b4dd173ccebad6c00d6 (patch) | |
tree | 4d5f84c25b08f89da53d83969b2726a54ea3500f | |
parent | 687e44297071c95004d47e389fc409b951a8f9ff (diff) |
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 <david.oberhollenzer@sigma-star.at>
-rw-r--r-- | .gitignore | 23 |
1 files changed, 11 insertions, 12 deletions
@@ -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 |