Skip to content

Commit

Permalink
Merge gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Feb 28, 2020
1 parent 79fa4d1 commit 701b419
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
*.bk
*.swp
*.pyc
*.swo
*.swp
*.swx
tags
target
.*.rustfmt
cranelift.dbg*
rusty-tags.*
*~
.*.rustfmt
.mypy_cache
\#*\#
cranelift.dbg*
docs/_build
docs/book
.vscode/
rusty-tags.*
tags
target

0 comments on commit 701b419

Please sign in to comment.