aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: e4f3b65b50bc0820d2e85d187b1a39ceb917f4cd (plain)
  1. # Object files
  2. *.o
  3. *.ko
  4. *.obj
  5. *.elf
  6. # Libraries
  7. *.lib
  8. *.a
  9. # Shared objects (inc. Windows DLLs)
  10. *.dll
  11. *.so
  12. *.so.*
  13. *.dylib
  14. # Executables
  15. *.exe
  16. *.out
  17. *.app
  18. *.i*86
  19. *.x86_64
  20. *.hex
  21. *~
  22. *.bak
  23. *.diff
  24. *#
  25. scanners.c
  26. *.zip
  27. bstrlib.txt
  28. commonmark.dSYM/*
  29. commonmark
  30. build