aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-04-27 20:43:26 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-04-27 20:43:26 +0200
commit0ef91d8ffc4d9eecf5733b4dd173ccebad6c00d6 (patch)
tree4d5f84c25b08f89da53d83969b2726a54ea3500f /.gitignore
parent687e44297071c95004d47e389fc409b951a8f9ff (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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 11 insertions, 12 deletions
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