diff options
author | B. Watson <urchlay@slackware.uk> | 2024-01-03 10:45:03 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-01-03 10:45:03 -0500 |
commit | bd1e03c3f2cd1302237626125e7f220e8e13e40d (patch) | |
tree | db0808c675dfa11fc53224e9e891e8e49c5d3bbb | |
parent | 3349c7a332fd686c6dd962f2dfd56dc6646547b4 (diff) | |
download | hcalc-bd1e03c3f2cd1302237626125e7f220e8e13e40d.tar.gz |
Add .gitignore.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..089d274 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +hcalc |