diff options
author | midipix <writeonce@midipix.org> | 2019-11-03 14:07:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-11-03 14:07:33 +0000 |
commit | 686220882c901f6c9e7f6cc5e02232f0cb24ee4c (patch) | |
tree | 80c8fdbd2c22dc4b7224645e954eb1431c7073a7 | |
parent | 46e7ee1f67563447008f702c4ed882fdbdae4ca6 (diff) | |
download | dalist-686220882c901f6c9e7f6cc5e02232f0cb24ee4c.tar.bz2 dalist-686220882c901f6c9e7f6cc5e02232f0cb24ee4c.tar.xz |
project: added .gitignore.
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a67aef --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +Makefile +app.tag +dirs.tag +host.tag +tree.tag +version.tag + +cfgdefs.mk +usrdefs.mk +ccenv/host.mk +ccenv/native.mk + +*~ +*.o +*.a +*.so +*.gch +*.exe +/bin +/build +/lib |