diff options
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..50c04ad6e --- /dev/null +++ b/.gitignore @@ -0,0 +1,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/ + |