Clean up svn:ignore property and .gitignore in dart, dart/pkg, dart/runtime, and dart/samples.

Review URL: https://codereview.chromium.org//11421093

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15392 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
whesse@google.com 2012-11-27 14:07:53 +00:00
parent 81ea0974ad
commit 34771fb64c
7 changed files with 104 additions and 138 deletions

68
.gitignore vendored
View file

@ -5,63 +5,31 @@
#
# Whenever possible, prefer creating ignores in svn and then generating them
# to keep git in sync.
/api_docs.target.mk
/benchmarks
/compiler.target.mk
/create_sdk.target.mk
/dart.Makefile
/dart.xcodeproj
/dart2js.target.mk
/dart2js_bot.target.mk
/Makefile
/out
/runtime.target.mk
/samples.target.mk
/upload_sdk.target.mk
/xcodebuild
/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
/build
/*.xcodeproj
/.children
/.project
/Makefile
/benchmarks
/build
/dart.sdf
/dart.suo
/out
/xcodebuild
/*.Makefile
/*.pyc
/*.sln
/*.target.mk
/*.vcproj
/*.vcxproj
/*.vcxproj.user
/*.vcxproj.filters
/*.xcodeproj
/cached_results.txt
/chromedriver.log
/timing_info.txt
# End generated ignores. The following are hand-added because the svn:ignore
# stuff doesn't handle them well.
# Generated XCode projects on Mac
*.xcodeproj
# Dart Editor config files
.children
.project
# Built by chromebot and downloaded from Google Storage
client/tests/drt

53
compiler/.gitignore vendored
View file

@ -1,32 +1,39 @@
/domlib_sources.gypi
/test_sources.xml
/compiler_corelib_sources.gypi
/dummy.target.mk
/dartc.target.mk
/dart_analyzer.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.gypi
/compiler_corelib_sources.xml
/dart-compiler.Makefile
/dart-compiler.xcodeproj
/corelib_sources.gypi
/corelib_sources.xml
/domlib_sources.gypi
/domlib_sources.xml
/htmllib_sources.gypi
/htmllib_sources.xml
/isolatelib_sources.gypi
/isolatelib_sources.xml
/jsonlib_sources.gypi
/jsonlib_sources.xml
/sources.gypi
/sources.xml
/test_sources.gypi
/test_sources.xml
/out
/xcodebuild
/isolatelib_sources.xml
/isolatelib_sources.gypi
/Release_ia32
/Debug_ia32
/Debug
/DebugARM
/DebugIA32
/DebugSIMARM
/DebugX64
/Release
/ReleaseARM
/ReleaseIA32
/ReleaseSIMARM
/ReleaseX64
/Makefile
/*.Makefile
/*.sln
/*.target.mk
/*.vcproj
/*.vcxproj
/*.vcxproj.filters
/*.vcxproj.user
/*.xcodeproj

9
pkg/.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
/Makefile
/*.Makefile
/*.sln
/*.target.mk
/*.vcproj
/*.vcxproj
/*.vcxproj.user
/*.vcxproj.filters
/*.xcodeproj

46
runtime/.gitignore vendored
View file

@ -1,41 +1,15 @@
/*.filters
/*.user
/dart-runtime.sln
/Makefile
/out
/runtime
/xcodebuild
/*.Makefile
/*.sln
/*.target.mk
/*.vcproj
/*.vcxproj
/*.mk
/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
/*.vcxproj.filters
/*.vcxproj.user
/*.xcodeproj
/Debug
/DebugARM
/DebugIA32

View file

@ -1,13 +1,8 @@
/libssl_dart.target.mk
/minizip_dart.target.mk
/nspr_dart.target.mk
/nss.Makefile
/nss_dart.target.mk
/nss_static_dart.target.mk
/nssckbi_dart.target.mk
/sqlite.Makefile
/sqlite_dart.target.mk
/sqlite_shell_dart.target.mk
/ssl.Makefile
/zlib.Makefile
/zlib_dart.target.mk
/*.Makefile
/*.sln
/*.target.mk
/*.vcproj
/*.vcxproj
/*.vcxproj.filters
/*.vcxproj.user
/*.xcodeproj

View file

@ -1,9 +1,22 @@
/apidoc.Makefile
/apidoc.xcodeproj
/api_docs.target.mk
/api_docs.vcxproj.filters
/api_docs.vcproj
/Makefile
/out
/runtime
/xcodebuild
/*.Makefile
/*.sln
/*.target.mk
/*.vcproj
/*.vcxproj
/*.vcxproj.filters
/*.vcxproj.user
/*.xcodeproj
/Debug
/api_docs.vcxproj.user
/apidoc.sln
/DebugARM
/DebugIA32
/DebugSIMARM
/DebugX64
/Release
/ReleaseARM
/ReleaseIA32
/ReleaseSIMARM
/ReleaseX64

View file

@ -1,8 +1,14 @@
/compiler.Makefile
/compiler.xcodeproj
/dart2js.target.mk
/Makefile
/out
/xcodebuild
/*.Makefile
/*.sln
/*.target.mk
/*.vcproj
/*.vcxproj
/*.vcxproj.filters
/*.vcxproj.user
/*.xcodeproj
/Debug
/DebugARM
/DebugIA32
@ -13,9 +19,3 @@
/ReleaseIA32
/ReleaseSIMARM
/ReleaseX64
/api_docs.vcxproj
/dart2js.vcxproj.user
/dart2js.vcxproj
/compiler.sln
/dart2js.vcxproj.filters
/dart2js.vcproj