diff options
author | midipix <writeonce@midipix.org> | 2024-05-16 02:05:43 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-05-16 02:05:43 +0000 |
commit | 0fedf72febdeecc6abd649f07a179811dcd22200 (patch) | |
tree | ffdd5fbb7e74ec518ca9f08fe6cb1516223efff3 /.gitignore | |
parent | b72f8bdbfdb54a6d324ebd88403566f3706ab65f (diff) | |
download | tpax-0fedf72febdeecc6abd649f07a179811dcd22200.tar.bz2 tpax-0fedf72febdeecc6abd649f07a179811dcd22200.tar.xz |
.gitignore: updated to match the current build system.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -1,11 +1,23 @@ +Makefile +app.tag +dirs.tag +host.tag +tree.tag +version.tag + +cfgdefs.mk +usrdefs.mk +ccenv/host.mk +ccenv/native.mk + +config.log + *~ *.o *.a *.so *.gch *.exe -*.lib.a -Makefile /bin /build /lib |