diff options
author | midipix <writeonce@midipix.org> | 2017-11-08 22:25:45 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-11-08 22:25:45 -0500 |
commit | c9d3ad10bc99d4dfff160790bc40990f60f7a93c (patch) | |
tree | 070e4420996381b80ddce2492a2b17044617b478 /.gitignore | |
parent | 924c36dc53b2ed04e977628220b8f0af8b7a8f1f (diff) | |
download | u16ports-c9d3ad10bc99d4dfff160790bc40990f60f7a93c.tar.bz2 u16ports-c9d3ad10bc99d4dfff160790bc40990f60f7a93c.tar.xz |
created skeleton.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..796d153 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*~ +*.o +*.a +*.so +*.gch +*.exe +*.lib.a +Makefile +/bin +/build +/lib |