diff options
author | Nao Pross <naopross@thearcway.org> | 2017-10-19 17:57:48 +0200 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-10-19 17:57:48 +0200 |
commit | 9a4db1d0d8f336ea4c66a4ab7f10a6f42aa30ae0 (patch) | |
tree | af7aab0d9e485d4a00a0468df9454dde5da5ad6f /.gitignore | |
parent | Got a real rom programmer, this code is still broken but I don't care (diff) | |
download | z80uPC-9a4db1d0d8f336ea4c66a4ab7f10a6f42aa30ae0.tar.gz z80uPC-9a4db1d0d8f336ea4c66a4ab7f10a6f42aa30ae0.zip |
Update gitignore and add sdcc manual
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -47,13 +47,13 @@ sw/**/*.bin sw/**/*.o sw/**/*.a + # sdcc compiler output -sw/z80/build -sw/z80_test/build +sw/**/build/ # custom various/* # sublime -z80.sublime-project -z80.sublime-workspace +*.sublime-project +*.sublime-workspace |