chiark / gitweb /
el/dot-emacs.el (mdw-fontify-rust): Fix integer literal syntax.
[profile] / git / gitignore
index 6d91afe5b575f5adaa4beaeedfa8c35d22ef0386..e25ff118f2d49c12f519692bd1f38e98f87e5711 100644 (file)
@@ -19,9 +19,12 @@ GRTAGS
 GSYMS
 GTAGS
 
+## GDB clutter.
+.gdb_history
+
 ## Build and release directories.
-build
-build-*
-build.*
-dist-*
-deb-build
+/build/
+/build.*/
+/dist-*/
+/p/
+/p.*/