diff options
author | Timo Ketola <timo@exertus.fi> | 2012-04-11 23:33:49 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-08-09 22:27:37 +0200 |
commit | 5941a61a7c40766a38dec5c10c18d8f8b1814441 (patch) | |
tree | d69a49bc5880f5d405ec4b11a47540f0c81b226d /.gitignore | |
parent | 20959471b5d07fdeb8603b918d80385aa2954711 (diff) |
Build: Ignore build tree and IDE control file
Signed-off-by: Timo Ketola <timo@exertus.fi>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0f32fd89543..b78e2ac681c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,9 @@ *.patch *.bin +# Build tree +/build-* + # # Top-level generic files # @@ -39,6 +42,7 @@ /u-boot.ais /u-boot.dtb /u-boot.sb +/u-boot.geany # # Generated files |