Skip to content

Commit 096911a

Browse files
committed
Updated gitignore
1 parent ad441d3 commit 096911a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,18 @@ ufomap_tests/*
4343
# Build folder
4444
build/*
4545

46+
# Install folder
47+
install/*
48+
4649
# Cache folder
4750
.cache/*
4851

4952
# Data folder
50-
data/*
53+
data/*
54+
55+
# Docs
56+
docs/html/*
57+
58+
# coverage report
59+
coverage_report/*
60+
.coverage/

0 commit comments

Comments
 (0)