diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-04-24 22:29:27 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-04-24 22:29:27 +0530 |
commit | 3a262f268507511adf2e6bfdc57a05a33a7a22d2 (patch) | |
tree | 0afe018d1c9ec1d660d6a667756d8f15a07b0843 /.gitignore | |
download | dwmblocks-3a262f268507511adf2e6bfdc57a05a33a7a22d2.tar.gz dwmblocks-3a262f268507511adf2e6bfdc57a05a33a7a22d2.tar.bz2 dwmblocks-3a262f268507511adf2e6bfdc57a05a33a7a22d2.zip |
Patched Blocks
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6605b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,56 @@ +# Custom blocks file +blocks.h + +# 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 |