diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-07-13 20:58:51 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-07-13 20:58:51 +0300 |
| commit | 691f719a395f8916c06953e870034b36100ca51e (patch) | |
| tree | 27748f4bc77d66b530076f1eb15010a3ce23674d /.gitignore | |
| parent | 526dc7c4a3e0e391ef449ceb91cccef5fa8428ea (diff) | |
| download | astar-691f719a395f8916c06953e870034b36100ca51e.tar.xz | |
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 |
