diff options
author | Nao Pross <naopross@thearcway.org> | 2017-04-04 10:16:51 +0200 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-04-04 10:16:51 +0200 |
commit | 0a1447470a5eb9def9be423a74d70844ae266268 (patch) | |
tree | 996648488c85e308612cb64975af59c1ac7adbba /.gitignore | |
parent | schematic complete (diff) | |
parent | added missing makefile for z80 and fixed gitignore (diff) | |
download | z80uPC-0a1447470a5eb9def9be423a74d70844ae266268.tar.gz z80uPC-0a1447470a5eb9def9be423a74d70844ae266268.zip |
Merge branch 'master' of https://github.com/NaoPross/z80uPC
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 61 |
1 files changed, 34 insertions, 27 deletions
@@ -13,36 +13,43 @@ 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 +sw/linux/**/makefile +sw/linux/**/makefile.in +sw/linux/**/ar-lib +sw/linux/**/mdate-sh +sw/linux/**/py-compile +sw/linux/**/test-driver +sw/linux/**/ylwrap +sw/linux/**/autom4te.cache +sw/linux/**/autoscan.log +sw/linux/**/autoscan-*.log +sw/linux/**/aclocal.m4 +sw/linux/**/compile +sw/linux/**/config.guess +sw/linux/**/config.h.in +sw/linux/**/config.log +sw/linux/**/config.status +sw/linux/**/config.sub +sw/linux/**/configure +sw/linux/**/configure.scan +sw/linux/**/depcomp +sw/linux/**/install-sh +sw/linux/**/missing +sw/linux/**/stamp-h* +sw/linux/**/build-aux +sw/linux/**/ltmain.sh +sw/linux/**/texinfo.tex +sw/linux/**/.deps # binaries sw/**/*.hex sw/**/*.bin sw/**/*.o sw/**/*.a + +# custom +various/* + +# sublime +z80.sublime-project +z80.sublime-workspace |