.gitignore 270 B

12345678910111213141516171819
  1. #only include specific /debian files
  2. src/debian/*
  3. !src/debian/compat
  4. !src/debian/changelog
  5. !src/debian/control
  6. !src/debian/rules
  7. #generic packaging artifacts
  8. debhelper-build-stamp
  9. .debhelper
  10. *.deb
  11. *.dsc
  12. *.build
  13. *.buildinfo
  14. *.changes
  15. *.log
  16. *.substvars
  17. *.diff.gz
  18. *.upload