el/dot-emacs.el: Fix C comment indentation.
[profile] / git / gitignore
index a769a54..bf325c4 100644 (file)
@@ -5,29 +5,36 @@
 \#*
 .#*
 
+## Semantic clutter.
 semantic.cache
 
-## STG clutter.
+## StGit clutter.
 .stgit-edit.txt
 *.ancestor
 *.patched
 
+## Rust clutter.
+.nailing-cargo.lock
+
 ## Global clutter.
 GPATH
 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/