firefox/stylus.slack.com.css: Kick Slack styling some more.
[profile] / git / gitignore
index a769a54..e186682 100644 (file)
@@ -5,9 +5,10 @@
 \#*
 .#*
 
+## Semantic clutter.
 semantic.cache
 
-## STG clutter.
+## StGit clutter.
 .stgit-edit.txt
 *.ancestor
 *.patched
@@ -18,16 +19,19 @@ GRTAGS
 GSYMS
 GTAGS
 
+## GDB clutter.
+.gdb_history
+
 ## Build and release directories.
-build
-build-*
-dist-*
-deb-build
+.mdw-build.conf
+/build/
+/build.*/
+/dist-*/
+/p/
+/p.*/
 
-## Semantic clutter and tags stuff
-semantic.cache
-TAGS
-GPATH
-GRTAGS
-GSYMS
-GTAGS
+## Debian build debris.
+/debian/*.log
+/debian/autoreconf.*
+/debian/debhelper-build-stamp
+/debian/build/