diff options
author | angus salkeld <angus.salkeld@alliedtelesis.co.nz> | 2009-05-05 07:38:57 +1200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-05-04 21:46:53 +0200 |
commit | 9cdff46ba05f29cfd358123243f54cc5d45ac440 (patch) | |
tree | acf3d297e4dfe67b59a978bc501d204ecd2ab8e3 /.gitignore | |
parent | a0352751ac2da3e961b0be7a175f9d9794d165f3 (diff) | |
download | buildroot-novena-9cdff46ba05f29cfd358123243f54cc5d45ac440.tar.gz buildroot-novena-9cdff46ba05f29cfd358123243f54cc5d45ac440.zip |
Add .gitignore files
[peter: add /.config]
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..4a2de4e24 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +/build_* +/project_* +/toolchain_* +/binaries/* +/.auto.deps +/.config.cmd +/.config.old +/.config +*.depend +*.o |