Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: .gitignore

Issue 11416262: Tell svn and git to ignore Visual Studio files. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« 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 # These ignores are auto-generated from the canonical svn ignore metadata 1 # These ignores are auto-generated from the canonical svn ignore metadata
2 # using: 2 # using:
3 # 3 #
4 # $ git svn create-ignore 4 # $ git svn create-ignore
5 # 5 #
6 # Whenever possible, prefer creating ignores in svn and then generating them 6 # Whenever possible, prefer creating ignores in svn and then generating them
7 # to keep git in sync. 7 # to keep git in sync.
8 /.children 8 /.children
9 /.project 9 /.project
10 /Makefile 10 /Makefile
11 /benchmarks 11 /benchmarks
12 /build 12 /build
13 /dart.sdf 13 /ipch
14 /dart.suo
15 /out 14 /out
16 /xcodebuild 15 /xcodebuild
17 /*.Makefile 16 /*.Makefile
17 /*.opensdf
18 /*.pyc 18 /*.pyc
19 /*.sdf
19 /*.sln 20 /*.sln
21 /*.suo
20 /*.target.mk 22 /*.target.mk
21 /*.vcproj 23 /*.vcproj
22 /*.vcxproj 24 /*.vcxproj
25 /*.vcxproj.filters
23 /*.vcxproj.user 26 /*.vcxproj.user
24 /*.vcxproj.filters
25 /*.xcodeproj 27 /*.xcodeproj
26 28
27 # End generated ignores. The following are hand-added because the svn:ignore 29 # End generated ignores. The following are hand-added because the svn:ignore
28 # stuff doesn't handle them well. 30 # stuff doesn't handle them well.
29 31
30 # Dart Editor config files - also in all subdirectories. 32 # Dart Editor config files - also in all subdirectories.
31 .children 33 .children
32 .project 34 .project
33 35
34 # Built by chromebot and downloaded from Google Storage 36 # Built by chromebot and downloaded from Google Storage
35 client/tests/drt 37 client/tests/drt
36 38
37 # Compiled python binaries 39 # Compiled python binaries
38 *.pyc 40 *.pyc
39 third_party/gsutil/*/gsutilc 41 third_party/gsutil/*/gsutilc
40 42
41 # From the Mac OS X Finder 43 # From the Mac OS X Finder
42 .DS_Store 44 .DS_Store
43 45
44 # Pub generated "packages" directories 46 # Pub generated "packages" directories
45 packages 47 packages
46 48
47 # Vim temporary swap files. 49 # Vim temporary swap files.
48 *.swp 50 *.swp
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 408576698