.gitignore 407 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. *~
  2. *.a
  3. *.o
  4. *.la
  5. *.lo
  6. *.log
  7. *.m4
  8. *.path
  9. *.service
  10. *.so
  11. *.socket
  12. *.swp
  13. *.swo
  14. *.trs
  15. .autotools
  16. .cproject
  17. .deps
  18. .dirstamp
  19. .libs/
  20. .project
  21. .settings
  22. .ycm_extra_conf.py
  23. .ycm_extra_conf.pyc
  24. aclocal.m4
  25. ar-lib
  26. autom4te.cache
  27. build
  28. compile
  29. config.guess
  30. config.log
  31. config.status
  32. config.sub
  33. configure
  34. configure-stamp
  35. depcomp
  36. install-sh
  37. libtool
  38. ltmain.sh
  39. Makefile.in
  40. Makefile
  41. missing
  42. tags
  43. src/tangd
  44. src/tang
  45. test-driver