.gitignore 493 B

1234567891011121314151617181920212223242526272829
  1. #since we have not changed upstream, and this is packaged don't keep the source files
  2. src/*
  3. !src/debian
  4. #only include specific /debian files
  5. src/debian/*
  6. !src/debian/compat
  7. !src/debian/changelog
  8. !src/debian/control
  9. !src/debian/rules
  10. !src/debian/copyright
  11. !src/debian/docs
  12. !src/debian/watch
  13. !src/debian/source
  14. !src/debian/source/format
  15. #generic packaging artifacts
  16. debhelper-build-stamp
  17. .debhelper
  18. *.deb
  19. *.dsc
  20. *.build
  21. *.buildinfo
  22. *.changes
  23. *.log
  24. *.substvars
  25. *.diff.gz
  26. *.upload
  27. *.debian.tar.xz