diff options
| author | radiohotline <radiohotline@disroot.org> | 2026-03-14 16:23:28 +0300 |
|---|---|---|
| committer | radiohotline <radiohotline@disroot.org> | 2026-03-14 16:23:28 +0300 |
| commit | d1e5ab18f87524db5f14636aeb6e0fc4bdeff09b (patch) | |
| tree | 054b0ed6505393f3f225c6012b33a7dbad566a5c /.gitignore | |
| parent | aad798d9df7417009fa4438aac61ac8e0e4ded36 (diff) | |
| parent | 22ee9591632a36e01189084f10ce909abefe345f (diff) | |
Merge branch 'main' of github.com:radiohotline/troyutils
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 |
