diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 78f083ca7b..6ea623e172 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,10 @@ payloads/external/FILO/filo/ payloads/external/SeaBIOS/seabios/ util/crossgcc/tarballs/ util/crossgcc/xgcc/ +*.o +*.elf +*.debug +*.out +*.\# +*.swp +*.bin |