diff options
author | Anthony Wang | 2021-09-25 20:12:01 -0500 |
---|---|---|
committer | Anthony Wang | 2021-09-25 20:12:01 -0500 |
commit | 625e56d034a30cb97913f7295f74d56a1a375318 (patch) | |
tree | 588ec5a9b64ca65fbb82aec3466a8a3ae573ec95 /.gitignore | |
parent | 938c36c3dc5d16a7dc0545103754542ab3a67f5c (diff) |
Remove *.mod files from git
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ *.ko *.o +*.mod *.mod.c .tmp_versions/ *.order |