diff options
| author | Grant Likely <[email protected]> | 2007-09-24 09:05:30 -0600 |
|---|---|---|
| committer | Grant Likely <[email protected]> | 2007-11-15 08:46:46 -0700 |
| commit | 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4 (patch) | |
| tree | 7168b15dd60ec31f5170e3f31a898c09a2d3ee4f /.gitignore | |
| parent | 955413f35f054a82e40042f1dbcf501c6a05719b (diff) | |
Add .gitignore files
Signed-off-by: Grant Likely <[email protected]>
Acked-by: Kim Phillips <[email protected]>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..67fed082c83 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +*.orig +*.a +*.o +*.depend +System.map +/u-boot +/u-boot.map +/u-boot.bin +/u-boot.srec +/LOG +/errlog +/reloc_off + |
