diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-11-29 13:52:16 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-11-29 13:52:16 +0800 |
| commit | 7d144cf1703d80dabdd81b9a5592abf648e9fc64 (patch) | |
| tree | c5a323d45eaf6f584a1e28ec2bea9b03468a45f7 /.gitignore | |
| parent | 693d94d350c806e77677c35958e18590c26e19d2 (diff) | |
| download | dwm-7d144cf1703d80dabdd81b9a5592abf648e9fc64.tar.gz | |
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..fc4ca64 --- /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 + +dwm |
