about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorbit-aloo <sshourya17@gmail.com>2025-02-15 19:32:23 +0530
committerbit-aloo <sshourya17@gmail.com>2025-03-17 12:56:41 +0530
commit1954494ec9aa84983f55646fb8f5cac433a3b7bc (patch)
tree6acf815ab744524b7c5651ae149ac5cea338c86b /.gitignore
parent10bcdad7df0de3cfb95c7bdb7b16908e73cafc09 (diff)
downloadrust-1954494ec9aa84983f55646fb8f5cac433a3b7bc.tar.gz
rust-1954494ec9aa84983f55646fb8f5cac433a3b7bc.zip
change config.toml to bootstrap.toml for bootstrap module
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b8cb31e8190..a549b6e6e56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
 # This file should only ignore things that are generated during a `x.py` build,
 # generated by common IDEs, and optional files controlled by the user that
-# affect the build (such as config.toml).
+# affect the build (such as bootstrap.toml).
 # In particular, things like `mir_dump` should not be listed here; they are only
 # created during manual debugging and many people like to clean up instead of
 # having git ignore such leftovers. You can use `.git/info/exclude` to
@@ -34,6 +34,7 @@ Session.vim
 !/tests/run-make/thumb-none-qemu/example/.cargo
 
 ## Configuration
+/bootstrap.toml
 /config.toml
 /Makefile
 config.mk