summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2019-08-08 11:19:44 +0200
committerGitHub <noreply@github.com>2019-08-08 11:19:44 +0200
commitfcb186d0fef2431e8ddccff879d10b7101395827 (patch)
tree167e7a20a7751b3f7b793039cada1245ac0f48c9 /.gitignore
parent9cea446c6ccfbed372eb78866f7b5751361c60c8 (diff)
downloadrust-fcb186d0fef2431e8ddccff879d10b7101395827.tar.gz
fix typo in .gitignore
Co-Authored-By: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5e536ccf615..9515fa8c2f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-# This file should only ignore things that are generatd during a build,
+# This file should only ignore things that are generated during a build,
# generated by common IDEs, and optional files controlled by the user
# that affect the build (such as config.toml).
# FIXME: This needs cleanup.