dart-sdk/.gitignore
whesse@google.com f4cf020cb4 Restore recursive ignore of Dart Editor .children and .project files in .gitignore.
Remove 3 stray file ignores that got added a few months ago.
Review URL: https://codereview.chromium.org//11308225

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15394 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-27 14:37:55 +00:00

48 lines
850 B
Plaintext

# These ignores are auto-generated from the canonical svn ignore metadata
# using:
#
# $ git svn create-ignore
#
# Whenever possible, prefer creating ignores in svn and then generating them
# to keep git in sync.
/.children
/.project
/Makefile
/benchmarks
/build
/dart.sdf
/dart.suo
/out
/xcodebuild
/*.Makefile
/*.sln
/*.target.mk
/*.vcproj
/*.vcxproj
/*.vcxproj.user
/*.vcxproj.filters
/*.xcodeproj
# End generated ignores. The following are hand-added because the svn:ignore
# stuff doesn't handle them well.
# Dart Editor config files - also in all subdirectories.
.children
.project
# Built by chromebot and downloaded from Google Storage
client/tests/drt
# Compiled python binaries
*.pyc
third_party/gsutil/*/gsutilc
# From the Mac OS X Finder
.DS_Store
# Pub generated "packages" directories
packages
# Vim temporary swap files.
*.swp