flutter_flutter/.gitignore
Todd Volkert d6d4eec24c
Fix broken Linux build (#5019)
After we write the pixels in the correct format,
the color type of the SkPixmap is still set to
its previous value, so the existing assertion was
failing.
2018-04-16 16:20:48 -07:00

22 lines
210 B
Plaintext

# commonly generated files
*.pyc
*~
.*.sw?
.DS_Store
.classpath
.cproject
.dart_tool
.gdb_history
.checkstyle
.gdbinit
.landmines
.packages
.project
.pub
.pydevproject
cscope.*
Session.vim
tags
Thumbs.db
.idea