aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-06-15 04:08:56 +0200
committerKudlaty <none@none>2009-06-15 04:08:56 +0200
commitb1a8df0cde6311a6116417785c658786267636ba (patch)
tree983cc6f4f5f712f2b2a46a298b87dffaf42b2f02
parent6f1a4247a4261d7f61f2b246e4a39f5e8a9334f7 (diff)
Add .hgignore to ignoring some files on command hg add
--HG-- branch : trunk
-rw-r--r--.hgignore14
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