Rename .bzrignore to .gitignore. Add "*.o" rule.
* .bzrignore: Renamed to... * .gitignore: ...this.
This commit is contained in:
parent
f2e144ad3e
commit
863c590b1e
2 changed files with 8 additions and 0 deletions
1
.bzrignore → .gitignore
vendored
1
.bzrignore → .gitignore
vendored
|
@ -126,6 +126,7 @@ Makefile
|
||||||
mod-*.c
|
mod-*.c
|
||||||
missing
|
missing
|
||||||
netboot_test
|
netboot_test
|
||||||
|
*.o
|
||||||
ohci_test
|
ohci_test
|
||||||
partmap_test
|
partmap_test
|
||||||
pata_test
|
pata_test
|
|
@ -1,3 +1,10 @@
|
||||||
|
2013-10-22 Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
|
||||||
|
|
||||||
|
Rename .bzrignore to .gitignore. Add "*.o" rule.
|
||||||
|
|
||||||
|
* .bzrignore: Renamed to...
|
||||||
|
* .gitignore: ...this.
|
||||||
|
|
||||||
2013-10-22 Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
|
2013-10-22 Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
|
||||||
|
|
||||||
Add new progress module that displays the load progress of files.
|
Add new progress module that displays the load progress of files.
|
||||||
|
|
Loading…
Reference in a new issue