64 lines
663 B
Text
64 lines
663 B
Text
# Prerequisites
|
|
bar/*.d
|
|
|
|
# Object files
|
|
bar/*.o
|
|
bar/*.ko
|
|
bar/*.obj
|
|
bar/*.elf
|
|
|
|
# Linker output
|
|
bar/*.ilk
|
|
bar/*.map
|
|
bar/*.exp
|
|
|
|
# Precompiled Headers
|
|
bar/*.gch
|
|
bar/*.pch
|
|
|
|
# Libraries
|
|
bar/*.lib
|
|
bar/*.a
|
|
bar/*.la
|
|
bar/*.lo
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
bar/*.dll
|
|
bar/*.so
|
|
bar/*.so.*
|
|
bar/*.dylib
|
|
|
|
# Executables
|
|
bar/*.exe
|
|
bar/*.out
|
|
bar/*.app
|
|
bar/*.i*86
|
|
bar/*.x86_64
|
|
bar/*.hex
|
|
bar/dwmblocks
|
|
|
|
# Debug files
|
|
bar/*.dSYM/
|
|
bar/*.su
|
|
bar/*.idb
|
|
bar/*.pdb
|
|
|
|
# Kernel Module Compile Results
|
|
bar/*.mod*
|
|
bar/*.cmd
|
|
bar/.tmp_versions/
|
|
bar/modules.order
|
|
bar/Module.symvers
|
|
bar/Mkfile.old
|
|
bar/dkms.conf
|
|
|
|
dwm/*.o
|
|
dwm/dwm
|
|
dwm/dwm-msg
|
|
|
|
menu/*.o
|
|
menu/dmenu
|
|
menu/stest
|
|
|
|
term/*.o
|
|
term/st
|