diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2026-03-24 11:05:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-24 11:05:22 -0400 |
| commit | afdb7b98a040a6a1c8a7d9888b4c89e6c5fa9c11 (patch) | |
| tree | 3998affe757da05f18df85eb1fc6c249c07c423b /.gitignore | |
| download | do-afdb7b98a040a6a1c8a7d9888b4c89e6c5fa9c11.tar.gz | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..845cda6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,55 @@ +# Prerequisites +*.d + +# Object files +*.o +*.ko +*.obj +*.elf + +# Linker output +*.ilk +*.map +*.exp + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ +*.su +*.idb +*.pdb + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf + +# debug information files +*.dwo |
