diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-01-29 02:54:38 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-01-29 02:54:38 +0100 |
commit | 05825fd78e8649efa1137e442a6305db5eb4755f (patch) | |
tree | bac94936ad19ddbce043a9b197c5c374d1016d9c | |
parent | 12f51e356a12ca4a8c0760a5024fcd990b1a8352 (diff) |
hgignore: ignore /proc
-rw-r--r-- | .hgignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ syntax: regexp ^(386|68000|68020|alpha|amd64|arm|power|power64|sparc|sparc64)/(bin|lib)(/|$) ^(acme|sys/src)/(.*/)?[12578vqki]\..*$ ^(acme|sys/src)/.*\.[ao]?[12578vqki]?$ -^(dev|fd|net.*|srv|shr|env|root|boot|mnt|n|bin|usr|cfg|cron|mail|tmp)(/|$) +^(dev|fd|net.*|srv|shr|env|root|proc|boot|mnt|n|bin|usr|cfg|cron|mail|tmp)(/|$) ^386/(9(pc|boot).*|pbs|mbr|init) ^acme/bin/(386|68000|68020|alpha|amd64|arm|power|power64|sparc|sparc64)(/|$) ^adm/(cache|keys|netkeys|secstore|users|whois|timezone/local)(/|$) |