diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-09-09 22:58:51 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-09-09 22:58:51 +0200 |
commit | fe0c58e5fbaa37668779ec10d2761e6657b824f4 (patch) | |
tree | 9d13c3764887ec9b3751973d2e402b1e79830c76 /.gitignore | |
download | preload-libbt-fe0c58e5fbaa37668779ec10d2761e6657b824f4.tar.gz preload-libbt-fe0c58e5fbaa37668779ec10d2761e6657b824f4.zip |
initial commit of libbt
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c27884 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +libbt.so +out/ |