diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-20 01:00:42 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-20 01:04:50 -0800 |
| commit | 411cb28a3eaec4f1b8e517232363112b75d42a44 (patch) | |
| tree | fc07b5614dfb98aa9bef3ed1fc304441128e114e | |
| parent | a4954eb6ce7db58b64bbfb3ab196afaf448d48d8 (diff) | |
| download | rust-411cb28a3eaec4f1b8e517232363112b75d42a44.tar.gz rust-411cb28a3eaec4f1b8e517232363112b75d42a44.zip | |
Add .elc files to .gitignore. Closes #1578
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5e0f4771880..05291210ca1 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ *.swp *.tmp *.pyc +*.elc .hg/ .hgignore .cproject |
