diff options
author | aqua <aqua@iserlohn-fortress.net> | 2023-07-30 17:11:43 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2023-07-30 17:11:43 +0300 |
commit | 3c440f91ea7f26f7c5ed10c18bd28348020d8ebe (patch) | |
tree | 1b88afc9e7ae16dd7a827c93e6467096c6760047 /.gitignore | |
parent | Fix compiler warnings (diff) | |
download | kernel-3c440f91ea7f26f7c5ed10c18bd28348020d8ebe.tar.xz |
Added make wrapper
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,3 +8,7 @@ src/conf.h .config.old doc include/ + +# test files +test_* +!test_*.cc |