git/gitignore: Ignore toplevel `p/' and `p.*/' directories.
[profile] / git / gitignore
index b41e934..e25ff11 100644 (file)
@@ -23,8 +23,8 @@ GTAGS
 .gdb_history
 
 ## Build and release directories.
-build
-build-*
-build.*
-dist-*
-deb-build
+/build/
+/build.*/
+/dist-*/
+/p/
+/p.*/