aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-08-04 20:40:44 +0200
committerTristan Riehs <tristan.riehs@inria.fr>2026-08-04 20:41:40 +0200
commit920aed36f81bcce40c9f1c5bcda906a13e4fb5e4 (patch)
treea62068cc334de9933140a2c9b5cbea70eef064ae /.gitignore
parent5d6e434c896000c49a6953919acdcbaca8dfb86e (diff)
Start rewriting the build system
Good old makefiles should do the job.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d18d6f5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+calculer
+src/calc_data.o
+src/calculer.o
+src/disp.o
+src/input.o