change config.toml to bootstrap.toml for bootstrap module

This commit is contained in:
bit-aloo 2025-02-15 19:32:23 +05:30
parent 10bcdad7df
commit 1954494ec9
No known key found for this signature in database
GPG key ID: 02911B24FDAE81DA
37 changed files with 144 additions and 116 deletions

3
.gitignore vendored
View file

@ -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