blob: bdaf5277adf102beb46304fb03720bb7fd3f03ef (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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
*~
p/pandoc
|