diff options
author | Claudius Holeksa <mail@keldu.de> | 2023-05-19 02:34:39 +0200 |
---|---|---|
committer | Claudius Holeksa <mail@keldu.de> | 2023-05-19 02:34:39 +0200 |
commit | 3be2ae868746f2fc09f69e667e18b838cef82be9 (patch) | |
tree | a7f299d03d6f04b8387e2aeaa5e8539998090fe1 /.gitignore |
Initial commit with copying the unit lib
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86fbbca --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +result* +*.so +*.os +*.o +*.a |