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

Side by Side Diff: .hgignore

Issue 6601884584378368: Issue 1847 - Add .gitignore file for Git users (Closed)
Patch Set: Created Jan. 22, 2015, 11:07 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« .gitignore ('K') | « .gitignore ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ^devenv$ 1 ^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
2 \.zip$ 2
3 \.crx$ 3 syntax:glob
4 \.pyc$ 4 *.zip
5 \.sh$ 5 *.crx
6 \.safariextension$ 6 *.pyc
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.
7 *.sh
OLDNEW
« .gitignore ('K') | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld