summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 50c04ad6eec3857db0e3afa919a35909f84586bc (plain)
1
2
3
4
5
6
# This should ensure that under p/, there are only directories foo/debian, but everything else in p/, and everything in p/foo/ besides debian, is ignored
/p/*
!/p/*/
/p/*/*
!/p/*/debian/