diff options
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,4 +1,14 @@ +# The executable astar + +# ctags tag file tags + +# VIM swap files .*.swp + +# Don't track BMPs generated by the program *.bmp + +# For Bear +compile_commands.json |
