summaryrefslogtreecommitdiff
path: root/.gitignore
blob: fe45f4670148895f8d418c9d8b6f2b6f8cf3e7c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (c) 2023 Nicolas Paul All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

/.vscode/
/.idea/
*.o
*.out
*.exe
crocc
/testdata/dst

# Documentation build output
doc/dst/

.DS_Store