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
This commit is contained in:
kmillikin@google.com 2012-11-29 12:53:43 +00:00
parent ee9aba4f8e
commit 9e8f80f812

8
.gitignore vendored
View file

@ -10,18 +10,20 @@
/Makefile
/benchmarks
/build
/dart.sdf
/dart.suo
/ipch
/out
/xcodebuild
/*.Makefile
/*.opensdf
/*.pyc
/*.sdf
/*.sln
/*.suo
/*.target.mk
/*.vcproj
/*.vcxproj
/*.vcxproj.user
/*.vcxproj.filters
/*.vcxproj.user
/*.xcodeproj
# End generated ignores. The following are hand-added because the svn:ignore