diff options
author | midipix <writeonce@midipix.org> | 2019-11-03 14:07:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-11-03 14:08:57 +0000 |
commit | a1e77ca5f0553e51013638cb9a4b64d0a221f229 (patch) | |
tree | 59a18081b71fb87510551b651f2695939fe43889 /.gitignore | |
parent | 54c0a1040154d14968b0e45727acd74dd37e2a37 (diff) | |
download | ntapi-a1e77ca5f0553e51013638cb9a4b64d0a221f229.tar.bz2 ntapi-a1e77ca5f0553e51013638cb9a4b64d0a221f229.tar.xz |
project: added .gitignore.
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 |