diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-07-04 11:09:18 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-07-04 11:09:18 +0800 |
| commit | a1d3708fb19871c49619d0c9b7280a680c918c1b (patch) | |
| tree | 9ca93d33183b7ecc5af0894d2cacb3e43aa9e7ee /.gitignore | |
| parent | 675c83912ea1aca9834448aaa87a040bc9990c52 (diff) | |
| download | slstatus-a1d3708fb19871c49619d0c9b7280a680c918c1b.tar.gz | |
Gitignore.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0cba562 --- /dev/null +++ b/.gitignore @@ -0,0 +1,54 @@ +# 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 + +slstatus |
