swissChili | d813792 | 2021-02-17 15:34:07 -0800 | [diff] [blame] | 1 | *.iso |
2 | *.elf | ||||
3 | *.bin | ||||
4 | *.o | ||||
5 | *.a | ||||
swissChili | 8efa492 | 2021-03-02 16:34:49 -0800 | [diff] [blame] | 6 | *.so |
swissChili | 2b5acc8 | 2021-03-13 17:06:42 -0800 | [diff] [blame] | 7 | **/compile_commands.json |
swissChili | f46600c | 2021-03-03 12:35:33 -0800 | [diff] [blame] | 8 | **/.clangd |
9 | *.img | ||||
10 | bin/* | ||||
swissChili | 2b5acc8 | 2021-03-13 17:06:42 -0800 | [diff] [blame] | 11 | !bin/jmk |
swissChili | 8cfb7c4 | 2021-04-18 21:17:58 -0700 | [diff] [blame] | 12 | **/Makefile |
swissChili | 445b2b9 | 2021-05-28 18:31:46 -0700 | [diff] [blame] | 13 | **/Jmk.options |
14 | .gitignore | ||||
15 | .idea | ||||
swissChili | 9321498 | 2021-05-28 21:32:26 -0700 | [diff] [blame] | 16 | **/.#* |
swissChili | e00e88a | 2021-05-30 17:54:26 -0700 | [diff] [blame] | 17 | src/kernel/dri/pci/vendors.c |
18 | doc/_build | ||||
19 | !doc/Makefile |