diff options
| author | Kevin Ballard <kevin@sb.org> | 2013-12-29 14:30:34 -0500 |
|---|---|---|
| committer | Kevin Ballard <kevin@sb.org> | 2013-12-29 14:30:34 -0500 |
| commit | 1db746474d138410c7c2ddbd8c1ea0e18d7a2e81 (patch) | |
| tree | 86ad56777512c22173ff4d12e0e7049d7febb12c | |
| parent | b3ae7b13ec6dcf43941ce0aa46cc636af3de9a14 (diff) | |
| download | rust-1db746474d138410c7c2ddbd8c1ea0e18d7a2e81.tar.gz rust-1db746474d138410c7c2ddbd8c1ea0e18d7a2e81.zip | |
Add /doc/{rustc,syntax} to .gitignore
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3fe8747d799..ac7c20db8cd 100644 --- a/.gitignore +++ b/.gitignore @@ -77,6 +77,8 @@ src/.DS_Store /doc/extra /doc/green /doc/native +/doc/rustc +/doc/syntax /nd/ /llvm/ version.md |
