summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-04-02 16:02:58 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-04-02 22:14:28 +0200
commitcd1e08f20231acb3e45f001351090abe8cd0de9b (patch)
treece4a48d29cb952750c370ef1515f33a6d86032af
parentc8111eb5b7c8ce7c6790904183ab022619eb268b (diff)
downloadrockbox-cd1e08f20231acb3e45f001351090abe8cd0de9b.tar.gz
rockbox-cd1e08f20231acb3e45f001351090abe8cd0de9b.zip
.gitignore udpates for translation and checkwps builds
Change-Id: I1534c340c3eefcdccb7074d98c58bbe491cf141b
-rw-r--r--.gitignore11
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 @@
8*.o 8*.o
9*.a 9*.a
10 10
11# Intermediate language files
12/apps/lang/*.update
13/apps/lang/*.new
14
15# checkwps
16/tools/checkwps/output
17/tools/checkwps/Makefile
18/tools/checkwps/autoconf.h
19/tools/checkwps/make.dep
20/tools/checkwps/rockbox-info.txt
21
11# android: java build system 22# android: java build system
12/android/bin 23/android/bin
13/android/data 24/android/data