-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import actiontec sg200 uboot to port to f660 and hgg420n
- Loading branch information
0 parents
commit f67d43b
Showing
6,825 changed files
with
1,983,079 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# | ||
# NOTE! Don't add files that are generated in specific | ||
# subdirectories here. Add them in the ".gitignore" file | ||
# in that subdirectory instead. | ||
# | ||
# Normal rules | ||
# | ||
|
||
*.rej | ||
*.orig | ||
*.a | ||
*.o | ||
*~ | ||
*.swp | ||
*.patch | ||
|
||
# | ||
# Top-level generic files | ||
# | ||
|
||
/System.map | ||
/u-boot | ||
/u-boot.hex | ||
/u-boot.map | ||
/u-boot.bin | ||
/u-boot.srec | ||
/u-boot.ldr | ||
/u-boot.ldr.hex | ||
/u-boot.ldr.srec | ||
/u-boot.lds | ||
/u-boot-onenand.bin | ||
/u-boot-flexonenand.bin | ||
|
||
# | ||
# Generated files | ||
# | ||
|
||
*.depend | ||
/LOG | ||
/errlog | ||
/reloc_off | ||
|
||
# stgit generated dirs | ||
patches-* | ||
.stgit-edit.txt | ||
|
||
# quilt's files | ||
patches | ||
series | ||
|
||
# gdb files | ||
.gdb_history | ||
|
||
# cscope files | ||
cscope.* | ||
|
||
# tags files | ||
/tags | ||
/ctags | ||
/etags | ||
|
||
# OneNAND IPL files | ||
/onenand_ipl/onenand-ipl* | ||
/onenand_ipl/board/*/onenand* | ||
/onenand_ipl/board/*/*.S |
Oops, something went wrong.