chiark / gitweb /
el/dot-emacs.el (mdw-fontify-rust): Fix integer literal syntax.
[profile] / git / gitignore
index a769a54d95bd48870743108c98071cb4826321a1..e25ff118f2d49c12f519692bd1f38e98f87e5711 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.*/