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

Side by Side Diff: .gitignore

Issue 9116020: Remove obsolete appengine-python reference. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 | 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 # Generated build files (runhooks) 1 # Generated build files (runhooks)
2 Makefile 2 Makefile
3 *.Makefile 3 *.Makefile
4 *.mk 4 *.mk
5 *.xcodeproj 5 *.xcodeproj
6 xcodebuild 6 xcodebuild
7 /compiler/*sources.gypi 7 /compiler/*sources.gypi
8 /compiler/*sources.xml 8 /compiler/*sources.xml
9 /client/build.gypi 9 /client/build.gypi
10 /client/dart_server.* 10 /client/dart_server.*
(...skipping 15 matching lines...) Expand all
26 /client/dom/database 26 /client/dom/database
27 27
28 # Not sure what creates this 28 # Not sure what creates this
29 fixed_length_file_out 29 fixed_length_file_out
30 30
31 # third_party deps from svn 31 # third_party deps from svn
32 third_party/gyp/ 32 third_party/gyp/
33 third_party/v8/ 33 third_party/v8/
34 third_party/closure_compiler_src/ 34 third_party/closure_compiler_src/
35 tests/co19/ 35 tests/co19/
36 third_party/appengine-python/
37 36
38 # Built by chromebot and downloaded from Google Storage 37 # Built by chromebot and downloaded from Google Storage
39 client/tests/drt 38 client/tests/drt
40 39
41 # Compiled python binaries 40 # Compiled python binaries
42 *.pyc 41 *.pyc
43 third_party/gsutil/*/gsutilc 42 third_party/gsutil/*/gsutilc
44 43
45 # temporary vim files 44 # temporary vim files
46 *.swo 45 *.swo
47 *.swp 46 *.swp
48 47
49 /compiler/eclipse.workspace/tests/output/ 48 /compiler/eclipse.workspace/tests/output/
50 /compiler/eclipse.workspace/dartc/output/ 49 /compiler/eclipse.workspace/dartc/output/
51 /compiler/eclipse.workspace/rhino/output/ 50 /compiler/eclipse.workspace/rhino/output/
52 /compiler/eclipse.workspace/tests/output/ 51 /compiler/eclipse.workspace/tests/output/
53 /corelib/tests/corelib/src/generated/ 52 /corelib/tests/corelib/src/generated/
54 /corelib/tests/stub-generator/src/generated/ 53 /corelib/tests/stub-generator/src/generated/
55 54
56 # Fling generated files 55 # Fling generated files
57 /client/fling/.classpath 56 /client/fling/.classpath
58 /client/fling/.project 57 /client/fling/.project
59 /client/fling/.settings 58 /client/fling/.settings
60 59
61 # Generated test files. 60 # Generated test files.
62 /generated_tests/ 61 /generated_tests/
63 62
64 # Local GDB files. 63 # Local GDB files.
65 .gdb_history 64 .gdb_history
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