diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-06-25 16:49:32 +0200 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-06-25 16:51:29 +0200 |
| commit | 5f19ec51f8e0305ce08ff7a1c55c75e84979a3d2 (patch) | |
| tree | 143c7696fde381a8e7522f15c47b15bc7dc2e505 /mut/dwmblocks/.gitignore | |
| parent | c7cb36d521a8d2b9a2f87cc02ed5f8ba9df39656 (diff) | |
init
Diffstat (limited to 'mut/dwmblocks/.gitignore')
| m--------- | mut/dwmblocks | 0 | ||||
| -rw-r--r-- | mut/dwmblocks/.gitignore | 53 |
2 files changed, 53 insertions, 0 deletions
diff --git a/mut/dwmblocks b/mut/dwmblocks deleted file mode 160000 -Subproject f84c9c8f36f29c4380ff7edecff91f841446c1b diff --git a/mut/dwmblocks/.gitignore b/mut/dwmblocks/.gitignore new file mode 100644 index 0000000..c4bb970 --- /dev/null +++ b/mut/dwmblocks/.gitignore @@ -0,0 +1,53 @@ +# 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 +dwmblocks + +# Debug files +*.dSYM/ +*.su +*.idb +*.pdb + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf |
