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