aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 04cda5ad8a20fdcada47ed44eee8e1041f809102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Editor backup files
*~
\#*
.\#*
.*.swp

# Build system
.ninja_*

# Generated files
build
*.zip


# Local Variables:
# mode: conf
# End: