summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-04-11 16:59:21 +0200
committeryuzu-eva <cafebabe@disroot.org>2025-04-11 16:59:21 +0200
commit041f7e889909bc9bc23f54c7ff8521e2dfe82183 (patch)
tree3b6aefae7c448ba193c8b476222a8ecf9731e685 /.gitignore
parentbb3704ee0307691ca33aba975e7d0000909e13de (diff)
separated files and changed if-else to switch-case in main
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 418fd1b..bef63d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,7 @@
+src/old_main.c
+
*.csv
*.db
-old_main.c
+*.o
+
myal