aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-07-13 20:58:51 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-07-13 20:58:51 +0300
commit691f719a395f8916c06953e870034b36100ca51e (patch)
tree27748f4bc77d66b530076f1eb15010a3ce23674d /.gitignore
parent526dc7c4a3e0e391ef449ceb91cccef5fa8428ea (diff)
downloadastar-691f719a395f8916c06953e870034b36100ca51e.tar.xz
Compile .c files into .o filesHEADmaster
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
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