mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Adds files from flutter/flaux which contain modifications for the engine structure. The history for engine/ has been edited. Please see flutter/engine for the original PRs.
40 lines
530 B
Plaintext
40 lines
530 B
Plaintext
# commonly generated files
|
|
*.pyc
|
|
*~
|
|
.*.sw?
|
|
.ccls-cache
|
|
.checkstyle
|
|
.clangd
|
|
.classpath
|
|
.cproject
|
|
.DS_Store
|
|
.gdb_history
|
|
.gdbinit
|
|
.idea
|
|
.ignore
|
|
.landmines
|
|
.packages
|
|
.project
|
|
.pub
|
|
.pydevproject
|
|
.vscode
|
|
.cache
|
|
compile_commands.json
|
|
cscope.*
|
|
Session.vim
|
|
tags
|
|
Thumbs.db
|
|
|
|
# directories pulled in via deps or hooks
|
|
/buildtools/
|
|
/gradle/
|
|
/ios_tools/
|
|
/out/
|
|
/third_party/
|
|
/build/secondary/third_party/protobuf/
|
|
|
|
# This is where the gclient hook downloads the Fuchsia SDK and toolchain.
|
|
/fuchsia/
|
|
|
|
# Override higher level build ignore
|
|
!build/ |