.gitignore 300 B

123456789101112131415161718192021222324252627
  1. /Makefile
  2. /build/confcache
  3. /build/config.cache
  4. /build/confdefs.h
  5. /src/config.h
  6. /build/config.log
  7. /build/config.status
  8. /build/stamp.*
  9. /build/autotools/src
  10. /*.tgz
  11. /leaf
  12. /hub
  13. /leaf.*
  14. /hub.*
  15. /utctime
  16. /wraith
  17. /ts
  18. /...
  19. /.l-*
  20. .*.sw*
  21. .hosts
  22. .resolv.conf
  23. .buildbot
  24. cscope.in.out
  25. cscope.out
  26. cscope.po.out
  27. tags