aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 14d48ba20810cd5c532d70835efacbf542bdfe6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
webface/static/katex-*
webface/static/ace-*

*.o
*.a
*.pyc
#*#
*~
*.swp
.*
*.tmp
*.old
*.profile
*.bkp
*.bak
[Tt]humbs.db
*.DS_Store
build/
_build/
src/build/
*.log
target/

# Don't ignore this file itself
!.gitignore