summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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