diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2020-11-03 14:08:43 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2020-11-03 14:08:43 +0200 |
| commit | 7d00db47085cec13b4c22fdee6b75987e2e879a7 (patch) | |
| tree | 8ac3a54d1778e6ba1e180aa08957204da7edb451 | |
| parent | 43569215b2fd19a0d83fee9cf19c259bd038cac9 (diff) | |
| download | hid-tmff2-7d00db47085cec13b4c22fdee6b75987e2e879a7.tar.gz hid-tmff2-7d00db47085cec13b4c22fdee6b75987e2e879a7.zip | |
Added .gitignore
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ad1d72 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.o +*.ko +*.mod* +*.orig +*.cmd +compile_commands.json +Module.symvers +modules.order |
