Rename .bzrignore to .gitignore. Add "*.o" rule.

* .bzrignore: Renamed to...
    * .gitignore: ...this.
This commit is contained in:
Paulo Flabiano Smorigo 2013-10-23 10:01:12 -02:00
parent f2e144ad3e
commit 863c590b1e
No known key found for this signature in database
GPG Key ID: 7EAF9619EF7C9B1C
2 changed files with 8 additions and 0 deletions

View File

@ -126,6 +126,7 @@ Makefile
mod-*.c
missing
netboot_test
*.o
ohci_test
partmap_test
pata_test

View File

@ -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>
Add new progress module that displays the load progress of files.