dwm

suckless dynamic window manager
git clone https://git.beauhilton.com/dwm.git
Log | Files | Refs | README | LICENSE

.gitignore (460B)


      1 # Binary
      2 dwm
      3 
      4 # Images
      5 *.png
      6 
      7 # Prerequisites
      8 *.d
      9 
     10 # Object files
     11 *.o
     12 *.ko
     13 *.obj
     14 *.elf
     15 
     16 # Linker output
     17 *.ilk
     18 *.map
     19 *.exp
     20 
     21 # Precompiled Headers
     22 *.gch
     23 *.pch
     24 
     25 # Libraries
     26 *.lib
     27 *.a
     28 *.la
     29 *.lo
     30 
     31 # Shared objects (inc. Windows DLLs)
     32 *.dll
     33 *.so
     34 *.so.*
     35 *.dylib
     36 
     37 # Executables
     38 *.exe
     39 *.out
     40 *.app
     41 *.i*86
     42 *.x86_64
     43 *.hex
     44 
     45 # Debug files
     46 *.dSYM/
     47 *.su
     48 *.idb
     49 *.pdb
     50 
     51 # Kernel Module Compile Results
     52 *.mod*
     53 *.cmd
     54 .tmp_versions/
     55 modules.order
     56 Module.symvers
     57 Mkfile.old
     58 dkms.conf