diff options
| author | bors <bors@rust-lang.org> | 2013-05-15 06:38:01 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-05-15 06:38:01 -0700 |
| commit | 803c12d85fa898950d9efa9078b64519a1b78ab6 (patch) | |
| tree | 28e91f722d8968aaf74eccd3c3fd80ed977f9b2e | |
| parent | 62c7027a3258b60cbad3e99f4c7cb8d58f59fbd5 (diff) | |
| parent | 084b1345089b781f8e5fdeea5cd3e634eb244280 (diff) | |
| download | rust-803c12d85fa898950d9efa9078b64519a1b78ab6.tar.gz rust-803c12d85fa898950d9efa9078b64519a1b78ab6.zip | |
auto merge of #6486 : recrack/rust/gitignore, r=catamorphism
add *.swo (vi tempory file)
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cc892f2a3d4..7ef656055ec 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,7 @@ *.diff *.rej *.swp +*.swo *.tmp *.pyc *.elc |
