diff options
author | Christian Cunningham <cc@localhost> | 2021-08-31 08:31:10 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2021-08-31 08:33:05 -0700 |
commit | 20fa8584e31d55b7f2953f917adcc190adab236f (patch) | |
tree | e46eb99ea64e993ed5f5c2648853941d9db9c4a4 /.gitignore |
Initial Commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..215dd1b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build/ +obj/ +mk.old |