summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 10502b240b8204d3d8aeeb87c16dce24a3b83292 (plain)
1
2
3
4
5
6
7
8
# 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/

dist
lab