projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20d033e
)
Initial .hgignore
author
Kirill Smelkov
<kirr@mns.spb.ru>
Sat, 3 May 2008 11:35:07 +0000
(15:35 +0400)
committer
Kirill Smelkov
<kirr@mns.spb.ru>
Sat, 3 May 2008 11:35:07 +0000
(15:35 +0400)
We ignore *.pyc, vim swap files, build results under BUILD/ and Lexicon.pickle
This is handy, because otherwise, say after runtest.py run, 'hg status' shows
lots of unrelated info, thus lowering signal-to-noise ratio.
.hgignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.hgignore
b/.hgignore
new file mode 100644
(file)
index 0000000..
03cd799
--- /dev/null
+++ b/
.hgignore
@@ -0,0
+1,8
@@
+syntax: glob
+
+*.pyc
+*.swp
+
+Cython/Compiler/Lexicon.pickle
+BUILD/
+