Sync .gitignore with the corresponding svn properties.

R=ahe@google.com

Review URL: https://chromiumcodereview.appspot.com//10914176

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12122 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
antonm@google.com 2012-09-10 15:44:25 +00:00
parent 2cb90be0d9
commit a1770a8bbd
11 changed files with 168 additions and 99 deletions

145
.gitignore vendored
View file

@ -1,94 +1,51 @@
# Generated build files (runhooks)
Makefile
*.Makefile
*.mk
*.xcodeproj
xcodebuild
/compiler/*sources.gypi
/compiler/*sources.xml
/client/build.gypi
/client/dart_server.*
*.vcproj
*.sln
*.ncb
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
.children
.project
*.so
*.o
# Generated files
/samples/third_party/dromaeo/tests/frog/
/samples/third_party/dromaeo/index-js.html
# Build output directories
out/
war/
bin/
client/outcode/
DebugIA32/
Debug/
DebugARM/
DebugSIMARM/
DebugX64/
Release/
ReleaseARM/
ReleaseIA32/
ReleaseSIMARM/
ReleaseX64/
# Swarm sample app output directory
/client/outcode
# Generated dom idl database
/lib/dom/database
# Generated dom and html classes
/lib/dom/generated
/lib/html/generated
# Not sure what creates this
fixed_length_file_out
# Third party deps from gclient.
/third_party/gyp/
/third_party/v8/
/third_party/closure_compiler_src/
/tests/co19/src/
/third_party/cygwin/
/third_party/android_tools/
# Built by chromebot and downloaded from Google Storage
client/tests/drt
# Compiled python binaries
*.pyc
third_party/gsutil/*/gsutilc
# Temporary vim files
*.swo
*.swp
# Emacs backup files
*~
/compiler/eclipse.workspace/tests/output/
/compiler/eclipse.workspace/dartc/output/
/compiler/eclipse.workspace/rhino/output/
/compiler/eclipse.workspace/tests/output/
/corelib/tests/corelib/src/generated/
# Fling generated files
/client/fling/.classpath
/client/fling/.project
/client/fling/.settings
# Generated test files.
/generated_tests/
# Local GDB files.
.gdb_history
# Default dart2js output.
out.js
/api_docs.target.mk
/benchmarks
/compiler.target.mk
/create_sdk.target.mk
/dart.Makefile
/dart.xcodeproj
/dart2js.target.mk
/frog.target.mk
/frogsh.target.mk
/Makefile
/out
/runtime.target.mk
/upload_sdk.target.mk
/xcodebuild
/Debug
/DebugARM
/DebugIA32
/DebugSIMARM
/DebugX64
/Release
/ReleaseARM
/ReleaseIA32
/ReleaseSIMARM
/ReleaseX64
/upload_sdk.vcxproj
/dart2js.vcxproj.user
/api_docs.vcproj
/upload_sdk.vcxproj.filters
/api_docs.vcxproj.user
/dart.suo
/dart2js.vcxproj
/compiler.vcxproj
/dart.sdf
/cached_results.txt
/chromedriver.log
/api_docs.vcxproj
/compiler.vcproj
/timing_info.txt
/compiler.vcxproj.user
/dart.sln
/runtime.vcproj
/upload_sdk.vcproj
/runtime.vcxproj.user
/upload_sdk.vcxproj.user
/create_sdk.vcxproj
/create_sdk.vcxproj.filters
/create_sdk.vcproj
/samples.vcproj
/dart2js.vcproj
/create_sdk.vcxproj.user
/runtime.vcxproj

4
client/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
/Makefile
/out
/xcodebuild
/dart.xcodeproj

31
compiler/.gitignore vendored Normal file
View file

@ -0,0 +1,31 @@
/domlib_sources.gypi
/test_sources.xml
/compiler_corelib_sources.gypi
/dummy.target.mk
/dartc.target.mk
/test_sources.gypi
/sources.gypi
/jsonlib_sources.xml
/domlib_sources.xml
/compiler
/Makefile
/corelib_sources.xml
/sources.xml
/third_party
/corelib_sources.gypi
/htmllib_sources.xml
/htmllib_sources.gypi
/jsonlib_sources.gypi
/compiler_corelib_sources.xml
/dart-compiler.Makefile
/dart-compiler.xcodeproj
/out
/xcodebuild
/isolatelib_sources.xml
/isolatelib_sources.gypi
/Release_ia32
/Debug_ia32
/*.vcproj
/*.vcxproj
/*.vcxproj.filters
/*.vcxproj.user

1
lib/html/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/database

50
runtime/.gitignore vendored
View file

@ -1,3 +1,47 @@
# Always include the bin directory here as it contains the source code
# for the dart executable.
!bin
/*.filters
/*.user
/dart-runtime.sln
/*.vcproj
/*.vcxproj
/dart_no_snapshot.target.mk
/dart-runtime.Makefile
/dart-runtime.xcodeproj
/dart.target.mk
/generate_builtin_cc_file.target.mk
/generate_corelib_cc_file.target.mk
/generate_corelib_impl_cc_file.target.mk
/generate_io_cc_file.target.mk
/generate_isolate_cc_file.target.mk
/generate_json_cc_file.target.mk
/generate_mirrors_cc_file.target.mk
/generate_snapshot_file.target.mk
/generate_snapshot_test_dat_file.target.mk
/generate_uri_cc_file.target.mk
/generate_utf_cc_file.target.mk
/gen_snapshot.target.mk
/libdart_builtin.target.mk
/libdart_export.target.mk
/libdart_lib.target.mk
/libdart_lib_withcore.target.mk
/libdart.target.mk
/libdart_vm.target.mk
/libdart_withcore.target.mk
/libdouble_conversion.target.mk
/libjscre.target.mk
/Makefile
/process_test.target.mk
/runtime
/run_vm_tests.target.mk
/test_extension.target.mk
/out
/xcodebuild
/Debug
/DebugARM
/DebugIA32
/DebugSIMARM
/DebugX64
/Release
/ReleaseARM
/ReleaseIA32
/ReleaseSIMARM
/ReleaseX64

1
runtime/tests/vm/data/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/fixed_length_file_out

1
runtime/tools/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/utils.pyc

1
tests/co19/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/src

1
tools/testing/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/selenium-server-standalone*.jar

View file

@ -1,2 +1,9 @@
docs/
mdn/output/
/apidoc.Makefile
/apidoc.xcodeproj
/api_docs.target.mk
/api_docs.vcxproj.filters
/api_docs.vcproj
/Debug
/api_docs.vcxproj.user
/apidoc.sln
/DebugIA32

21
utils/compiler/.gitignore vendored Normal file
View file

@ -0,0 +1,21 @@
/compiler.Makefile
/compiler.xcodeproj
/dart2js.target.mk
/out
/xcodebuild
/Debug
/DebugARM
/DebugIA32
/DebugSIMARM
/DebugX64
/Release
/ReleaseARM
/ReleaseIA32
/ReleaseSIMARM
/ReleaseX64
/api_docs.vcxproj
/dart2js.vcxproj.user
/dart2js.vcxproj
/compiler.sln
/dart2js.vcxproj.filters
/dart2js.vcproj