Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .hgignore

Issue 6601884584378368: Issue 1847 - Add .gitignore file for Git users (Closed)
Patch Set: Created Jan. 22, 2015, 11:07 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« .gitignore ('K') | « .gitignore ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .hgignore
===================================================================
--- a/.hgignore
+++ b/.hgignore
@@ -1,6 +1,7 @@
^devenv$
kzar 2015/01/22 11:13:01 Why not do this rule using glob syntax too to make
Wladimir Palant 2015/01/22 11:39:42 For the same reason: glob rules in .hgignore don't
-\.zip$
-\.crx$
-\.pyc$
-\.sh$
-\.safariextension$
Wladimir Palant 2015/01/22 11:08:36 Note that I intentionally removed this one - it's
Sebastian Noack 2015/01/22 11:53:11 With the latest changes it will still be in the de
Wladimir Palant 2015/01/22 12:30:09 Done.
+
+syntax:glob
+*.zip
+*.crx
+*.pyc
+*.sh
« .gitignore ('K') | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld