diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-05-02 22:54:52 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-05-02 22:54:52 +0300 |
| commit | c649cfcbd160150b4bf083101af936826caec960 (patch) | |
| tree | 0ca1a655ed049f75d10cfa901bcd06cbc563b4a2 | |
| parent | 3cc9f5df8be0a10c965137c7d2b7886cad2a7bc1 (diff) | |
| download | astar-c649cfcbd160150b4bf083101af936826caec960.tar.xz | |
Update .gitignore
| -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 |
