diff options
| author | 2026-03-17 13:22:00 +0100 | |
|---|---|---|
| committer | 2026-03-17 13:22:00 +0100 | |
| commit | a8d6f8bf30c07edb775e56889f568ca20240bedf (patch) | |
| tree | b5a452b2675b2400f15013617291fe6061180bbf /.gitignore | |
| parent | 24f14b7ad1af08d872971d72ce089a529911f657 (diff) | |
REFACTOR: move sources to src/
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -16,14 +16,9 @@ !Makefile !bootstrap.sh -!/*.h -hostconfig.h -!/*.c -!/c/ -!/ir/ -!/x86_64/ -!/aarch64/ -!/obj/ +src/hostconfig.h +!/src/ +!/src/* !/tool/ !/test/ |