diff options
| author | 2026-03-16 19:57:26 +0100 | |
|---|---|---|
| committer | 2026-03-16 19:57:26 +0100 | |
| commit | b40b71d99447aa883adefc47a0333ee7cae3eeac (patch) | |
| tree | c1b9bb254385a271f573a572df99b8401abb0eaa /.gitignore | |
| parent | ad7ad3a1ab0fc0e25b4b00d129a21f57e5611315 (diff) | |
switch to whitelist based .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 43 |
1 files changed, 29 insertions, 14 deletions
@@ -1,15 +1,30 @@ +#ignore everything +/* + +#and whitelist + +!.editorconfig +!.gitignore +!.gitmodules + +!README.md +!LICENSE +!todo.txt +!/doc/ + +!configure +!Makefile +!bootstrap.sh + +!/*.h hostconfig.h -config.mk -antcc -antcc0 -antcc1 -antcc2 -build/ -test/build/ -test/log.txt -compile_commands.json -.cache/ -.gdb_history -*.o -a.out -tool/depgen +!/*.c +!/c/ +!/ir/ +!/x86_64/ +!/aarch64/ +!/obj/ +!/tool/ + +!/test/ +!/test/external/** |