diff options
author | Clyne <clyne@bitgloo.com> | 2025-01-11 11:58:52 -0500 |
---|---|---|
committer | Clyne <clyne@bitgloo.com> | 2025-01-11 11:58:52 -0500 |
commit | cf8c3a51cb01b64ad2bc700fdd2b4906ef864877 (patch) | |
tree | f96a39d077792c4f59cb0262b56bcf840448d2dd /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f83922d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# ---> Ada +# Object file +*.o + +# Ada Library Information +*.ali + |