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

Side by Side Diff: .gitignore

Issue 9748005: Add generated files on Windows to .gitignore (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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.*
11 *.vcproj
12 *.sln
13 *.ncb
11 14
12 # Stuff the appengine server needs copied locally from third_party 15 # Stuff the appengine server needs copied locally from third_party
13 /client/samples/swarm/appengine/httplib2/ 16 /client/samples/swarm/appengine/httplib2/
14 /client/samples/swarm/appengine/oauth2client/ 17 /client/samples/swarm/appengine/oauth2client/
15 18
16 # Build output directories 19 # Build output directories
17 out/ 20 out/
18 war/ 21 war/
19 bin/ 22 bin/
20 client/outcode/ 23 client/outcode/
24 Release_*/
25 Debug_*/
21 26
22 # Swarm sample app output directory 27 # Swarm sample app output directory
23 /client/outcode 28 /client/outcode
24 29
25 # Generated dom idl database 30 # Generated dom idl database
26 /client/dom/database 31 /client/dom/database
27 # Generated dom and html classes 32 # Generated dom and html classes
28 /client/dom/generated 33 /client/dom/generated
29 /client/html/generated 34 /client/html/generated
30 35
(...skipping 29 matching lines...) Expand all
60 # Fling generated files 65 # Fling generated files
61 /client/fling/.classpath 66 /client/fling/.classpath
62 /client/fling/.project 67 /client/fling/.project
63 /client/fling/.settings 68 /client/fling/.settings
64 69
65 # Generated test files. 70 # Generated test files.
66 /generated_tests/ 71 /generated_tests/
67 72
68 # Local GDB files. 73 # Local GDB files.
69 .gdb_history 74 .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