diff options
author | midipix <writeonce@midipix.org> | 2020-01-08 18:26:05 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-24 21:14:09 +0000 |
commit | 8c856f2099509def872a01942073d09b98dec08a (patch) | |
tree | 3625cf5f205fb655cc762de170f9aea02db90d49 /.gitignore | |
download | bautomake-8c856f2099509def872a01942073d09b98dec08a.tar.bz2 bautomake-8c856f2099509def872a01942073d09b98dec08a.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 |