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
This commit is contained in:
Amaury Pouly 2012-05-16 11:26:22 +02:00
parent 45e5b05574
commit 027ebaf463
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -5,6 +5,8 @@
*.elf
*.exe
*.so
*.o
*.a
# android: java build system
/android/bin