dart-sdk/.gitignore
jackpal@google.com a3a941d4b9 Add third_party/android_tools to .gitignore
This directory is only present for Android builds. It is created by the gyp deps file for Android builds.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10838 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-16 16:59:01 +00:00

95 lines
1.5 KiB
Plaintext

# 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