diff options
author | midipix <writeonce@midipix.org> | 2020-01-26 16:27:21 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-05-23 05:59:01 +0000 |
commit | c755a5575fd437e95ea96cd10b45968562793656 (patch) | |
tree | faee394e9093cf0157bcee44c55217e1d4a34d39 /.gitignore | |
download | tpax-c755a5575fd437e95ea96cd10b45968562793656.tar.bz2 tpax-c755a5575fd437e95ea96cd10b45968562793656.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 |