diff options
| author | zy <[email protected]> | 2023-11-16 13:17:49 +0800 |
|---|---|---|
| committer | zy <[email protected]> | 2023-11-16 13:17:49 +0800 |
| commit | 8950e1280197f2d571b449be6d1b15b96656d5b6 (patch) | |
| tree | 3d332a0443049c62b11132aa0ae3938ab9155578 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ce62a8e --- /dev/null +++ b/.gitignore @@ -0,0 +1,63 @@ +# 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 +watch +linux-5.17.15/** +linux-5.17.15.tar.xz +helloworld +hptest +linux-5.17.15/.clang-format +linux-5.17.15/.gitignore +linux-5.17.15/.mailmap +linux-5.17.15/.cocciconfig +linux-5.17.15/.get_maintainer.ignore +linux-5.17.15/.cocciconfig |
