blob: 821ebfd772a59e96c1177cdea2b14b32e46bd8f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# The executable
astar
# Object files
*.o
# ctags tag file
tags
# VIM swap files
.*.swp
# Don't track BMPs generated by the program
*.bmp
# For Bear
compile_commands.json
|