diff options
author | Christian Cunningham <cc@localhost> | 2024-07-13 21:30:03 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2024-07-13 21:30:03 -0700 |
commit | ccd2caf0264c462e24dc743bc4bcfa590a970ebf (patch) | |
tree | fd5a0f35c76885ef394188adf807df217ab320c0 | |
parent | 7161434d2b9c393eb1c8b843edc193bca96a7ee5 (diff) |
Ignore build files
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cbbd7a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +build |