.hgignore
changeset 31 8370ccbdde5b
parent 22 379f0f6809ff
child 50 bfcb1661f019
--- a/.hgignore	Thu May 03 16:26:34 2007 -0700
+++ b/.hgignore	Thu May 03 16:28:23 2007 -0700
@@ -1,5 +1,9 @@
-# Ignore compiled byte code and the entire proto area.
+# Ignore compiled byte code, lint output, object files, shared objects,
+# and the entire proto area.
 \.pyc
+\.ln
+\.o
+\.so
 ^proto
 # Specific build products
 ^src/pkg$