diff options
author | Regina König | 2021-07-30 18:30:09 +0200 |
---|---|---|
committer | Regina König | 2021-07-30 18:30:09 +0200 |
commit | 10ea4226b2cfc88eb8f5cba7209ad5baae304080 (patch) | |
tree | 059b0c73bc1c78b124a1290c32dbd554d3eaa725 /efi_memtest | |
parent | Outcomment code for debugging (diff) | |
download | memtest86-10ea4226b2cfc88eb8f5cba7209ad5baae304080.tar.gz memtest86-10ea4226b2cfc88eb8f5cba7209ad5baae304080.tar.xz memtest86-10ea4226b2cfc88eb8f5cba7209ad5baae304080.zip |
Add .gitignore file
Diffstat (limited to 'efi_memtest')
-rw-r--r-- | efi_memtest/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/efi_memtest/.gitignore b/efi_memtest/.gitignore index 5761abc..ff195c0 100644 --- a/efi_memtest/.gitignore +++ b/efi_memtest/.gitignore @@ -1 +1,7 @@ *.o +*.dll +*.efi +*.map +*.obj +*.txt +OUTPUT/* |