diff options
author | midipix <writeonce@midipix.org> | 2019-10-26 23:11:44 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-10-26 23:11:44 +0000 |
commit | 782f75bb585d53914bc284cce4f04cd4ffad2675 (patch) | |
tree | e2dfd7e8c15d43097a26791f4e6e6152989cab8a /.gitignore | |
download | sltdl-782f75bb585d53914bc284cce4f04cd4ffad2675.tar.bz2 sltdl-782f75bb585d53914bc284cce4f04cd4ffad2675.tar.xz |
created repository.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..796d153 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*~ +*.o +*.a +*.so +*.gch +*.exe +*.lib.a +Makefile +/bin +/build +/lib |