summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2012-05-16 11:26:22 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2012-05-16 11:26:22 +0200
commit027ebaf46330b8e7df1a09974ee16f644edccacb (patch)
tree07bac69633ccd8453ab5ea421c51c06b493353d6 /.gitignore
parent45e5b0557404271884c57c1ac9a6dcc9ed74f42d (diff)
downloadrockbox-027ebaf46330b8e7df1a09974ee16f644edccacb.tar.gz
rockbox-027ebaf46330b8e7df1a09974ee16f644edccacb.zip
Add *.o and *.a to .gitignore
Executables files should never make it into the repository anyway and they pollute the output of other commands. Change-Id: I07c1f927b45b771403965f7e0d545308532938d4
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d2f549e114..10831a2b2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,8 @@
5*.elf 5*.elf
6*.exe 6*.exe
7*.so 7*.so
8*.o
9*.a
8 10
9# android: java build system 11# android: java build system
10/android/bin 12/android/bin