diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-23 22:05:16 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-23 22:05:16 +0300 |
| commit | b28fd7d9121c63ae6a1737d890414ef8cce177e0 (patch) | |
| tree | dd5bd27bfc95250948dd6c98f68e90ccd02e29c7 /.gitignore | |
| parent | 960330c5d843d1aa96aa191fc27f72da563293ea (diff) | |
| download | kmi-b28fd7d9121c63ae6a1737d890414ef8cce177e0.tar.gz kmi-b28fd7d9121c63ae6a1737d890414ef8cce177e0.zip | |
modify file gen
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,8 @@ *.elf *.ld docs/output -include/apos/gen/* -arch/*/include/gen/* deps.mk *.img + +# keep gitkeep files wherever they are +!.gitkeep |
