diff options
author | Matt Jeffery <matt@musicmetric.com> | 2013-07-19 18:05:04 +0100 |
---|---|---|
committer | Matt Jeffery <matt@musicmetric.com> | 2013-07-19 18:05:04 +0100 |
commit | d292bd8207a3aceb7e97a2517cc95cfec26aec66 (patch) | |
tree | 14662529d0fdac0330b64e3c2f166bb7efcf5860 /C.gitignore | |
parent | b2c694d792c005c770c42deaa868e97184e31794 (diff) | |
download | gitignore-d292bd8207a3aceb7e97a2517cc95cfec26aec66.tar.gz gitignore-d292bd8207a3aceb7e97a2517cc95cfec26aec66.zip |
ignore kernel object files
Diffstat (limited to 'C.gitignore')
-rw-r--r-- | C.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/C.gitignore b/C.gitignore index 0331bbbd..9fa3b1bf 100644 --- a/C.gitignore +++ b/C.gitignore @@ -1,5 +1,6 @@ # Object files *.o +*.ko # Libraries *.lib |