blob: 351ac9d1960d23b87524a10dda07361544a87932 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Git-ignored paths.
# Copyright (c) 2023-2024, Quinn Stephens and the OSMORA team.
# Provided under the BSD 3-Clause license.
quarkc
.vscode/
.vs/
unused/
*.a
*.d
*.o
*.so
*.elf
*.exe
|