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

Side by Side Diff: .gitignore

Issue 29385633: Issue 4998 - Add .gitignore (Closed)
Patch Set: Created March 16, 2017, 8:43 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
« no previous file with comments | « no previous file | 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 syntax: glob 1 syntax: glob
Felix Dahlke 2017/03/16 10:49:18 Isn't that the default behaviour in Git? Does it e
anton 2017/03/16 11:06:43 The file was created by just copy/renaming from .h
Felix Dahlke 2017/03/16 11:08:36 I'd still say let's leave it out (didn't catch it
2 2
3 crowdin.yaml 3 crowdin.yaml
4 **/libs/armeabi* 4 **/libs/armeabi*
5 **/libs/x86 5 **/libs/x86
6 **/bin 6 **/bin
7 **/obj 7 **/obj
8 **/gen 8 **/gen
9 **/build 9 **/build
10 **/local.properties 10 **/local.properties
11 **/ant.properties 11 **/ant.properties
12 **/buildtools 12 **/buildtools
13 **/target 13 **/target
14 .idea 14 .idea
15 *.iml 15 *.iml
16 upload.py 16 upload.py
17 .DS_Store 17 .DS_Store
18 .* 18 .*
19 !.gitignore 19 !.gitignore
20 !.hgignore 20 !.hgignore
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld