diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..951e3c4 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,17 @@ | |||
1 | .*.sw* | ||
2 | .vscode/* | ||
3 | compile_commands.json | ||
4 | .cache/* | ||
5 | |||
6 | # Ignore all the make output | ||
7 | *.o | ||
8 | bootsect | ||
9 | setup | ||
10 | Image | ||
11 | blk_drv.a | ||
12 | chr_drv.a | ||
13 | keyboard.s | ||
14 | math.a | ||
15 | lib.a | ||
16 | System.map | ||
17 | system | ||