s-httpd

mildly suckless httpd
Log | Files | Refs | README | LICENSE

.gitignore (186B)


      1 #
      2 # .gitignore -- ignore trash
      3 #
      4 
      5 *.o
      6 *.a
      7 *.d
      8 *.so
      9 *.exe
     10 *.elf
     11 *.out
     12 *.tmp
     13 *.txz
     14 *.tgz
     15 *.tar*
     16 *.tar
     17 s-httpd
     18 
     19 .idea
     20 .vscode
     21 *.swo
     22 *.swp
     23 ~*
     24 \#*
     25 .kate-swp
     26 .DS_Store
     27 
     28 compile_commands.json
     29