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

Side by Side Diff: .hgignore

Issue 29384850: Issue 4996 - Add .gitignore and adjust .hgignore (Closed)
Patch Set: Removing syntax from .gitignore Created March 16, 2017, 7:12 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .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 ^bin/ 1 syntax: glob
2 ^gen/
3 ^local\.properties$
4 ^ant\.properties$
5 .~
6 2
3 bin/
4 gen/
5 local.properties
6 ant.properties
7
8 #macOS
9 .DS_Store
10
11 #Linux
12 *~
OLDNEW
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld