.gitignore 386 B

1234567891011121314151617181920212223
  1. #
  2. # NOTE! Don't add files that are generated in specific
  3. # subdirectories here. Add them in the ".gitignore" file
  4. # in that subdirectory instead.
  5. #
  6. # NOTE! Please use 'git-ls-files -i --exclude-standard'
  7. # command after changing this file, to see if there are
  8. # any tracked files which get ignored after the change.
  9. #
  10. # Normal rules
  11. #
  12. .*
  13. *.o
  14. *.a
  15. *.so
  16. *.gz
  17. *.tgz
  18. *.orig
  19. *~
  20. \#*#
  21. pinger