diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-02 18:38:02 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-02 18:38:02 +0100 |
commit | b60d205c290e843e05009cc709f2d3d1c1cd4aea (patch) | |
tree | 580efa2c4965d6bdd83f450d341136f7458a4db8 /.gitignore | |
download | liblss16-b60d205c290e843e05009cc709f2d3d1c1cd4aea.tar.gz liblss16-b60d205c290e843e05009cc709f2d3d1c1cd4aea.tar.bz2 liblss16-b60d205c290e843e05009cc709f2d3d1c1cd4aea.tar.xz |
First commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..db6d357 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +*\#* +*~ +*.o +*.a +*.lo +*.su +*.so +*.so.* +*.dll +*.dylib +*.gch +*.gcov +*.gcno +*.gcda +/lss16toppm |