Skip to content

Commit

Permalink
Remove unwanted checkins
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-hui committed Jun 18, 2019
1 parent c17bd73 commit 61dae20
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ Ninja
# Visual Studio
/.vs

# Visual Studio Code
/.vscode

# CocoaPods generate
gen/

Expand Down
Binary file removed .vscode/ipch/11bd5f77b4f6e078/FSTAPIHelpers.ipch
Binary file not shown.
Binary file removed .vscode/ipch/11bd5f77b4f6e078/mmap_address.bin
Binary file not shown.
1 change: 0 additions & 1 deletion scripts/style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ s%^./%%
'
)

echo $files
needs_formatting=false
for f in $files; do
if [[ "${f: -6}" == '.swift' ]]; then
Expand Down

0 comments on commit 61dae20

Please sign in to comment.