.gitignore 272 B

123456789101112131415161718192021222324
  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. /src/mod/mod.mk
  11. /*.tgz
  12. /leaf
  13. /hub
  14. /leaf.*
  15. /hub.*
  16. /utctime
  17. /wraith
  18. /ts
  19. /...
  20. /.l-*
  21. .*.sw*
  22. .hosts
  23. .resolv.conf
  24. .buildbot