.gitignore 245 B

1234567891011121314151617181920212223242526
  1. *.bak
  2. *.o
  3. *.old
  4. *.orig
  5. *.rej
  6. .*.swp
  7. .DS_Store
  8. ._*
  9. .deps
  10. Makefile
  11. Makefile.in
  12. aclocal.m4
  13. autom4te.cache
  14. config.cache
  15. config.h
  16. config.h.in
  17. config.log
  18. config.status
  19. configure
  20. docsis-*.*.*
  21. libtool
  22. ltmain.sh
  23. mibs/.index
  24. mkinstalldirs
  25. stamp-h1
  26. ylwrap