diff options
| author | ux <dev@kthread.dev> | 2026-08-16 10:22:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-16 10:22:41 +0200 |
| commit | f18d2798bdf295f0d3b91d11a2d503b3d04c92cf (patch) | |
| tree | b02602b28e8e31f6b12c04f2e7f51a72a64632f2 /.gitignore | |
| download | 4suite-f18d2798bdf295f0d3b91d11a2d503b3d04c92cf.tar.gz 4suite-f18d2798bdf295f0d3b91d11a2d503b3d04c92cf.zip | |
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 |
