diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-04-02 16:02:58 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-04-02 22:14:28 +0200 |
commit | cd1e08f20231acb3e45f001351090abe8cd0de9b (patch) | |
tree | ce4a48d29cb952750c370ef1515f33a6d86032af | |
parent | c8111eb5b7c8ce7c6790904183ab022619eb268b (diff) |
.gitignore udpates for translation and checkwps builds
Change-Id: I1534c340c3eefcdccb7074d98c58bbe491cf141b
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 634e00c9bf..a5741e2567 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,17 @@ *.o *.a +# Intermediate language files +/apps/lang/*.update +/apps/lang/*.new + +# checkwps +/tools/checkwps/output +/tools/checkwps/Makefile +/tools/checkwps/autoconf.h +/tools/checkwps/make.dep +/tools/checkwps/rockbox-info.txt + # android: java build system /android/bin /android/data |