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

Side by Side Diff: .gitignore

Issue 1143363003: Remove no-longer-possibly-needed entry in .gitignore (and TODO). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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
« 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 *.pyc 1 *.pyc
2 *~ 2 *~
3 .*.sw? 3 .*.sw?
4 .DS_Store 4 .DS_Store
5 .classpath 5 .classpath
6 .cproject 6 .cproject
7 .gdb_history 7 .gdb_history
8 .gdbinit 8 .gdbinit
9 .landmines 9 .landmines
10 .project 10 .project
11 .pub 11 .pub
12 .pydevproject 12 .pydevproject
13 .checkstyle 13 .checkstyle
14 cscope.* 14 cscope.*
15 Session.vim 15 Session.vim
16 tags 16 tags
17 Thumbs.db 17 Thumbs.db
18 v8.log 18 v8.log
19 /build/util/LASTCHANGE* 19 /build/util/LASTCHANGE*
20 /build/linux/bin/eu-strip 20 /build/linux/bin/eu-strip
21 /build/win_toolchain.json 21 /build/win_toolchain.json
22 /buildtools/ 22 /buildtools/
23 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
24 # TODO(vtl): Check if this is still true.
25 /c
26 /dart/ 23 /dart/
27 /dart-pub-cache/ 24 /dart-pub-cache/
28 /native_client/ 25 /native_client/
29 /out/ 26 /out/
30 /out_*/ 27 /out_*/
31 /sdch/open-vcdiff/ 28 /sdch/open-vcdiff/
32 /testing/gmock/ 29 /testing/gmock/
33 /testing/gtest/ 30 /testing/gtest/
34 /third_party/android_tools/ 31 /third_party/android_tools/
35 /third_party/angle/ 32 /third_party/angle/
(...skipping 28 matching lines...) Expand all
64 # dart packages directories and related. 61 # dart packages directories and related.
65 /mojo/dart/mojom/packages 62 /mojo/dart/mojom/packages
66 /mojo/dart/mojom/bin/packages 63 /mojo/dart/mojom/bin/packages
67 /mojo/dart/apptest/packages 64 /mojo/dart/apptest/packages
68 /sky/examples/hello_world/packages 65 /sky/examples/hello_world/packages
69 /sky/examples/stocks/packages 66 /sky/examples/stocks/packages
70 /sky/sdk/packages/mojo/packages 67 /sky/sdk/packages/mojo/packages
71 /sky/sdk/packages/mojo/pubspec.lock 68 /sky/sdk/packages/mojo/pubspec.lock
72 /sky/sdk/packages/sky/packages 69 /sky/sdk/packages/sky/packages
73 /sky/sdk/packages/sky/pubspec.lock 70 /sky/sdk/packages/sky/pubspec.lock
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