mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
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:
parent
45e5b05574
commit
027ebaf463
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,6 +5,8 @@
|
|||
*.elf
|
||||
*.exe
|
||||
*.so
|
||||
*.o
|
||||
*.a
|
||||
|
||||
# android: java build system
|
||||
/android/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue