git/gitignore: Ignore `.nailing-cargo.lock' files.
[profile] / git / gitignore
index 9bb13cb..bf325c4 100644 (file)
@@ -13,14 +13,28 @@ semantic.cache
 *.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.*/
+
+## Debian build debris.
+/debian/*.log
+/debian/autoreconf.*
+/debian/debhelper-build-stamp
+/debian/build/