diff options
author | axtloss <axtlos@getcryst.al> | 2024-06-23 03:39:42 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-06-23 03:39:42 +0200 |
commit | fa4666ae07fb7525aa8e84aacf906bc8cb398a6a (patch) | |
tree | e5d1f8b8f3da397c1be313119bb1061bdcadd2d7 /.gitignore | |
download | extlib-fa4666ae07fb7525aa8e84aacf906bc8cb398a6a.tar.gz extlib-fa4666ae07fb7525aa8e84aacf906bc8cb398a6a.tar.bz2 |
Add base extlib
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3f8c65b --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.so +*.o +*.pc +*# +*.~undo-tree~ +*~
\ No newline at end of file |