mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -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
|
*.elf
|
||||||
*.exe
|
*.exe
|
||||||
*.so
|
*.so
|
||||||
|
*.o
|
||||||
|
*.a
|
||||||
|
|
||||||
# android: java build system
|
# android: java build system
|
||||||
/android/bin
|
/android/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue