diff options
author | Nao Pross <naopross@thearcway.org> | 2017-08-26 14:56:16 +0200 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-08-26 14:56:16 +0200 |
commit | d9d6b551ca3ed5db9e87707d8edddeda13e7dc2a (patch) | |
tree | 63fb73fd7be72660812f8b854f0531a665f51538 /.gitignore | |
parent | merge remote-tracking branch 'origin/atlas' into naopross (diff) | |
download | z80uPC-d9d6b551ca3ed5db9e87707d8edddeda13e7dc2a.tar.gz z80uPC-d9d6b551ca3ed5db9e87707d8edddeda13e7dc2a.zip |
update gitignore to ignore sdcc output
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,6 +47,9 @@ sw/**/*.bin sw/**/*.o sw/**/*.a +# sdcc compiler output +sw/z80/build + # custom various/* |