diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ # The executable astar +# Object files +*.o + # ctags tag file tags @@ -11,4 +14,4 @@ tags *.bmp # For Bear -compile_commands.json +compile_commands.json |
