diff options
author | midipix <writeonce@midipix.org> | 2021-04-24 21:49:17 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-24 21:49:17 +0000 |
commit | 39ac7633040a27354c7343e084f966b5e567be06 (patch) | |
tree | 62b5856cbb5a664f6b5599a775684777cc07c368 /.gitignore | |
download | sbmake-39ac7633040a27354c7343e084f966b5e567be06.tar.bz2 sbmake-39ac7633040a27354c7343e084f966b5e567be06.tar.xz |
created repository.
Diffstat (limited to '.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 |