.gitignore 224 B

1234567891011121314151617181920212223242526
  1. *.o
  2. .DS_Store
  3. .*.swp
  4. /env
  5. /dl
  6. /.config
  7. /.config.old
  8. /bin
  9. /build_dir
  10. /staging_dir
  11. /tmp
  12. /logs
  13. /feeds
  14. /feeds.conf
  15. /files
  16. /package/feeds
  17. /package/openwrt-packages
  18. key-build*
  19. *.orig
  20. *.rej
  21. *~
  22. .#*
  23. *#
  24. .emacs.desktop*
  25. TAGS*~
  26. git-src