diff options
author | 2016-02-20 21:50:02 +0100 | |
---|---|---|
committer | 2016-02-20 21:50:02 +0100 | |
commit | 1115b98dd3899e6e991a24de96bccbc7d714eb86 (patch) | |
tree | 95799462b9ab08127e53f3743b221e091c45bc19 /.gitignore | |
parent | 23d07663298f7a11fe5171be303aff1d5515251c (diff) |
Added initial language list with definitions and scripts for update (nw)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 148b004be92..921014a6811 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ !/hash/ !/hlsl/ !/keymaps/ +!/language/ !/nl_examples/ !/plugins/ !/regtests/ @@ -28,6 +29,7 @@ regtests/chdman/temp regtests/jedutil/output *.pyc +*.mo /CMakeLists.txt /src/devices/cpu/m68000/m68kops.cpp /src/devices/cpu/m68000/m68kops.h |