diff --git a/.gitignore b/.gitignore index ce9b95fdf39..6be349f1833 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/compiler/.gitignore b/compiler/.gitignore index 36e20ef8976..02aa8f25e07 100644 --- a/compiler/.gitignore +++ b/compiler/.gitignore @@ -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 diff --git a/pkg/.gitignore b/pkg/.gitignore new file mode 100644 index 00000000000..256ea1fb376 --- /dev/null +++ b/pkg/.gitignore @@ -0,0 +1,9 @@ +/Makefile +/*.Makefile +/*.sln +/*.target.mk +/*.vcproj +/*.vcxproj +/*.vcxproj.user +/*.vcxproj.filters +/*.xcodeproj diff --git a/runtime/.gitignore b/runtime/.gitignore index 7f21541ae6f..adaa8491431 100644 --- a/runtime/.gitignore +++ b/runtime/.gitignore @@ -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 diff --git a/runtime/bin/net/.gitignore b/runtime/bin/net/.gitignore index bfd80d78fc2..3ca2cc51b87 100644 --- a/runtime/bin/net/.gitignore +++ b/runtime/bin/net/.gitignore @@ -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 diff --git a/utils/apidoc/.gitignore b/utils/apidoc/.gitignore index 7d4ce82305b..adaa8491431 100644 --- a/utils/apidoc/.gitignore +++ b/utils/apidoc/.gitignore @@ -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 diff --git a/utils/compiler/.gitignore b/utils/compiler/.gitignore index a2b29507930..cfb192d4715 100644 --- a/utils/compiler/.gitignore +++ b/utils/compiler/.gitignore @@ -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