git/gitignore: Ignore toplevel `p/' and `p.*/' directories.
[profile] / git / gitignore
index a769a54..e25ff11 100644 (file)
@@ -5,9 +5,10 @@
 \#*
 .#*
 
+## Semantic clutter.
 semantic.cache
 
-## STG clutter.
+## StGit clutter.
 .stgit-edit.txt
 *.ancestor
 *.patched
@@ -18,16 +19,12 @@ GRTAGS
 GSYMS
 GTAGS
 
-## Build and release directories.
-build
-build-*
-dist-*
-deb-build
+## GDB clutter.
+.gdb_history
 
-## Semantic clutter and tags stuff
-semantic.cache
-TAGS
-GPATH
-GRTAGS
-GSYMS
-GTAGS
+## Build and release directories.
+/build/
+/build.*/
+/dist-*/
+/p/
+/p.*/