diff options
author | syn <isaqtm@gmail.com> | 2020-01-30 20:31:23 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-01-30 20:31:23 +0300 |
commit | 6662cea6b2572cd70a60aadfb28312e2bbef6ecc (patch) | |
tree | 1a4a527af10c11ba47224efd14cf866158ca774e /.gitignore | |
download | sad-6662cea6b2572cd70a60aadfb28312e2bbef6ecc.tar.gz |
Faulty first implementation of echo module
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f0e9079 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*.o +*.ko +*.mod +*.mod.c +*.ko.cmd +*.mod.cmd +*o.cmd +*.symvers +modules.order + |