mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Add generated files on Windows to .gitignore
R=ahe@google.com BUG= TEST= Review URL: https://chromiumcodereview.appspot.com//9748005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5677 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
6124d2d373
commit
0ac65f1a74
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -8,6 +8,9 @@ xcodebuild
|
|||
/compiler/*sources.xml
|
||||
/client/build.gypi
|
||||
/client/dart_server.*
|
||||
*.vcproj
|
||||
*.sln
|
||||
*.ncb
|
||||
|
||||
# Stuff the appengine server needs copied locally from third_party
|
||||
/client/samples/swarm/appengine/httplib2/
|
||||
|
@ -18,6 +21,8 @@ out/
|
|||
war/
|
||||
bin/
|
||||
client/outcode/
|
||||
Release_*/
|
||||
Debug_*/
|
||||
|
||||
# Swarm sample app output directory
|
||||
/client/outcode
|
||||
|
|
Loading…
Reference in a new issue