diff options
author | Ren Kararou <[email protected]> | 2025-01-31 01:34:25 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2025-01-31 01:34:25 -0600 |
commit | 7f6011bc44e0d7643b3f1eafefbd4fa1390c1661 (patch) | |
tree | a2e6980561800fc70ad36642ebd19eccf5ff343a /.gitignore | |
parent | 46ac53232eaec4c9e52ba42524c9a749090d963f (diff) | |
download | libspicy-7f6011bc44e0d7643b3f1eafefbd4fa1390c1661.tar.gz libspicy-7f6011bc44e0d7643b3f1eafefbd4fa1390c1661.tar.bz2 libspicy-7f6011bc44e0d7643b3f1eafefbd4fa1390c1661.zip |
implement the easy parts of resizable array
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index de9f715..96b6b5d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ *.pch build/ obj/ + +# to spite luna +Makefile |