summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 23ae8018b0497afdb5f47c051a668a7f24d59e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# NOTE: There is no way to ignore raw executables without ignoring the Makefile as well,
# so just remember to put all executables in the dist/ directory.


build/*
.cache/*
tests/logs/*
bench/dist/*

# Ignore generated book from mdbook
docs/book/
docs/book/*