dart-sdk/.gitignore
kmillikin@google.com 9e8f80f812 Tell svn and git to ignore Visual Studio files.
The ipch\ directory is used for precompiled headers, *.opensdf files are
temporary files created while a project is open.
Review URL: https://codereview.chromium.org//11416262

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15514 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-29 12:53:43 +00:00

51 lines
868 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
/ipch
/out
/xcodebuild
/*.Makefile
/*.opensdf
/*.pyc
/*.sdf
/*.sln
/*.suo
/*.target.mk
/*.vcproj
/*.vcxproj
/*.vcxproj.filters
/*.vcxproj.user
/*.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