allow (some) json files in the repo

This ignores only "labels.json", which so far has been the only
problematic json file. This is a file generated by gbz80disasm.

Other json files might be necessary in the future, and it's okay to let
them in.
This commit is contained in:
Bryan Bishop 2013-09-12 00:46:21 -05:00
parent 0ce2555a19
commit c80af2798e

4
.gitignore vendored
View File

@ -23,8 +23,8 @@
# swap files for gedit
*~
# no data from extras/
*.json
# labels.json is auto-generated by gbz80disasm
labels.json
# for vim configuration
# url: http://www.vim.org/scripts/script.php?script_id=441