You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
123B

  1. # Ignore all dotfiles except git dotfiles
  2. .*
  3. !.git*
  4. # Binaries and build targets
  5. *.a
  6. *.so
  7. *.dylib
  8. *.dll
  9. /build
  10. /dep
  11. /dist