diff options
author | Ali Fardan <raiz@stellarbound.space> | 2020-10-23 08:09:04 +0300 |
---|---|---|
committer | Ali Fardan <raiz@stellarbound.space> | 2020-10-23 08:09:04 +0300 |
commit | cf53654874b8beac1dfc29b020714269a02e0d4c (patch) | |
tree | 1d752a624e2936846c4bf08edc38399c453a33af | |
parent | 3f2b7b2eb305f9ed9840b2daf5476c693b434628 (diff) | |
download | libgemtext-cf53654874b8beac1dfc29b020714269a02e0d4c.tar.gz |
remove binary test and add .gitignore
-rw-r--r-- | .gitignore | 3 | ||||
-rwxr-xr-x | test | bin | 40336 -> 0 bytes |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dcaddc4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +test +*.a +*.o diff --git a/test b/test deleted file mode 100755 index 4f235e5..0000000 --- a/test +++ /dev/null Binary files differ |