diff options
author | Nao Pross <naopross@thearcway.org> | 2017-02-14 11:48:19 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-02-14 11:48:19 +0100 |
commit | 0bb03c0a1d96c23689cc420238a37b9fd15b739c (patch) | |
tree | f2c137723355541788327ae4da6dfc789e78936c /.gitignore | |
parent | hw: created z80acpu in sch library (diff) | |
download | z80uPC-0bb03c0a1d96c23689cc420238a37b9fd15b739c.tar.gz z80uPC-0bb03c0a1d96c23689cc420238a37b9fd15b739c.zip |
sw: copied flash tool source from gameboymod
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 41 |
1 files changed, 40 insertions, 1 deletions
@@ -1,4 +1,4 @@ - +## everywhere # libreoffice lock files **/.~lock* @@ -6,4 +6,43 @@ **/*.swp **/*~ +## doc related +# latex +doc/**/*.aux +doc/**/*.log + +## sw related +# autotools +sw/**/makefile +sw/**/makefile.in +sw/**/ar-lib +sw/**/mdate-sh +sw/**/py-compile +sw/**/test-driver +sw/**/ylwrap +sw/**/autom4te.cache +sw/**/autoscan.log +sw/**/autoscan-*.log +sw/**/aclocal.m4 +sw/**/compile +sw/**/config.guess +sw/**/config.h.in +sw/**/config.log +sw/**/config.status +sw/**/config.sub +sw/**/configure +sw/**/configure.scan +sw/**/depcomp +sw/**/install-sh +sw/**/missing +sw/**/stamp-h* +sw/**/build-aux +sw/**/ltmain.sh +sw/**/texinfo.tex +sw/**/.deps +# binaries +sw/**/*.hex +sw/**/*.bin +sw/**/*.o +sw/**/*.a |