From 691f719a395f8916c06953e870034b36100ca51e Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Mon, 13 Jul 2026 20:58:51 +0300 Subject: Compile .c files into .o files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 933cdbd..821ebfd 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3