diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2019-02-26 11:05:22 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2019-02-26 11:05:22 +0100 |
commit | ef88eb173fc87bfe1b87be533e4f574209d40b1d (patch) | |
tree | 384cdfa7446ff1f38fccbd696f4ddf479b3effc6 /.gitignore | |
download | EUMuLator-master.tar.gz EUMuLator-master.tar.bz2 EUMuLator-master.zip |
Disassembler seems to be working.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..20e090a --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/bower_components/ +/node_modules/ +/.pulp-cache/ +/output/ +/generated-docs/ +/.psc-package/ +/.psc* +/.purs* +/.psa* |