aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 905198f74bdb4b0f994a7bea831e5956d0b8cf76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Editor droppings
\#*\#
.#*
*~
*.swp
# C stuff
*.o
# Diff droppings
*.orig
*.rej

# OS X folder cruft
.DS_Store

# mdbook build dir
/build

# generated html (reorganized from the build dir)
/html

# bin/check_links output
/html.link-check