summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8ad5b0623c23f165fa31a6a2338f64c1258b025a (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.


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

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