From c649cfcbd160150b4bf083101af936826caec960 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Sat, 2 May 2026 22:54:52 +0300 Subject: Update .gitignore --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index b0df1f2..933cdbd 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3