diff options
author | sanine <sanine.not@pm.me> | 2022-01-25 22:59:44 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-01-25 22:59:44 -0600 |
commit | 008cf63a05d7be6ed165747ec5e735e002de3b2d (patch) | |
tree | 024d04980a4f0cd6faa426939cfb60e9a3d7b6a3 /.gitignore | |
parent | ec20b587362d76d6c48ecc1a5c1e65f1bb9293da (diff) |
add quadtree and basic world model
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..54d550c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*~ +*.o +tests +tectonics |