diff options
| author | Kudlaty <none@none> | 2009-06-15 04:08:56 +0200 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-06-15 04:08:56 +0200 |
| commit | b1a8df0cde6311a6116417785c658786267636ba (patch) | |
| tree | 983cc6f4f5f712f2b2a46a298b87dffaf42b2f02 | |
| parent | 6f1a4247a4261d7f61f2b246e4a39f5e8a9334f7 (diff) | |
Add .hgignore to ignoring some files on command hg add
--HG--
branch : trunk
| -rw-r--r-- | .hgignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000000..c053a02579a --- /dev/null +++ b/.hgignore @@ -0,0 +1,14 @@ +# use glob syntax. +syntax: glob + +src/shared/revision.h +build/ +.directory +*.orig +*.rej +*~ + +# use regexp syntax. +syntax: regexp + +^src/shared/revision\.h |
