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 |
swissChili | ef829f3 | 2021-06-13 20:00:54 -0700 | [diff] [blame] | 19 | !doc/Makefile |
| 20 | mnt/* |
swissChili | c41a15e | 2021-06-16 09:14:56 -0700 | [diff] [blame] | 21 | doc/_dox* |