From 027ebaf46330b8e7df1a09974ee16f644edccacb Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 16 May 2012 11:26:22 +0200 Subject: [PATCH] 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d2f549e114..10831a2b2c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ *.elf *.exe *.so +*.o +*.a # android: java build system /android/bin