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

Side by Side Diff: .gitignore

Issue 10914176: Sync .gitignore with the corresponding svn properties. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months 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 | client/.gitignore » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Generated build files (runhooks) 1 /api_docs.target.mk
2 Makefile 2 /benchmarks
3 *.Makefile 3 /compiler.target.mk
4 *.mk 4 /create_sdk.target.mk
5 *.xcodeproj 5 /dart.Makefile
6 xcodebuild 6 /dart.xcodeproj
7 /compiler/*sources.gypi 7 /dart2js.target.mk
8 /compiler/*sources.xml 8 /frog.target.mk
9 /client/build.gypi 9 /frogsh.target.mk
10 /client/dart_server.* 10 /Makefile
11 *.vcproj 11 /out
12 *.sln 12 /runtime.target.mk
13 *.ncb 13 /upload_sdk.target.mk
14 *.vcxproj 14 /xcodebuild
15 *.vcxproj.filters 15 /Debug
16 *.vcxproj.user 16 /DebugARM
17 .children 17 /DebugIA32
18 .project 18 /DebugSIMARM
19 *.so 19 /DebugX64
20 *.o 20 /Release
21 21 /ReleaseARM
22 # Generated files 22 /ReleaseIA32
23 /samples/third_party/dromaeo/tests/frog/ 23 /ReleaseSIMARM
24 /samples/third_party/dromaeo/index-js.html 24 /ReleaseX64
25 25 /upload_sdk.vcxproj
26 # Build output directories 26 /dart2js.vcxproj.user
27 out/ 27 /api_docs.vcproj
28 war/ 28 /upload_sdk.vcxproj.filters
29 bin/ 29 /api_docs.vcxproj.user
30 client/outcode/ 30 /dart.suo
31 DebugIA32/ 31 /dart2js.vcxproj
32 Debug/ 32 /compiler.vcxproj
33 DebugARM/ 33 /dart.sdf
34 DebugSIMARM/ 34 /cached_results.txt
35 DebugX64/ 35 /chromedriver.log
36 Release/ 36 /api_docs.vcxproj
37 ReleaseARM/ 37 /compiler.vcproj
38 ReleaseIA32/ 38 /timing_info.txt
39 ReleaseSIMARM/ 39 /compiler.vcxproj.user
40 ReleaseX64/ 40 /dart.sln
41 41 /runtime.vcproj
42 # Swarm sample app output directory 42 /upload_sdk.vcproj
43 /client/outcode 43 /runtime.vcxproj.user
44 44 /upload_sdk.vcxproj.user
45 # Generated dom idl database 45 /create_sdk.vcxproj
46 /lib/dom/database 46 /create_sdk.vcxproj.filters
47 # Generated dom and html classes 47 /create_sdk.vcproj
48 /lib/dom/generated 48 /samples.vcproj
49 /lib/html/generated 49 /dart2js.vcproj
50 50 /create_sdk.vcxproj.user
51 # Not sure what creates this 51 /runtime.vcxproj
52 fixed_length_file_out
53
54 # Third party deps from gclient.
55 /third_party/gyp/
56 /third_party/v8/
57 /third_party/closure_compiler_src/
58 /tests/co19/src/
59 /third_party/cygwin/
60 /third_party/android_tools/
61
62 # Built by chromebot and downloaded from Google Storage
63 client/tests/drt
64
65 # Compiled python binaries
66 *.pyc
67 third_party/gsutil/*/gsutilc
68
69 # Temporary vim files
70 *.swo
71 *.swp
72
73 # Emacs backup files
74 *~
75
76 /compiler/eclipse.workspace/tests/output/
77 /compiler/eclipse.workspace/dartc/output/
78 /compiler/eclipse.workspace/rhino/output/
79 /compiler/eclipse.workspace/tests/output/
80 /corelib/tests/corelib/src/generated/
81
82 # Fling generated files
83 /client/fling/.classpath
84 /client/fling/.project
85 /client/fling/.settings
86
87 # Generated test files.
88 /generated_tests/
89
90 # Local GDB files.
91 .gdb_history
92
93 # Default dart2js output.
94 out.js
OLDNEW
« no previous file with comments | « no previous file | client/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698