diff options
| author | Aaditya Dhruv <[email protected]> | 2025-11-17 19:40:14 -0600 |
|---|---|---|
| committer | Aaditya Dhruv <[email protected]> | 2025-11-17 19:40:22 -0600 |
| commit | 0c24c3ad8a748c785d795449e043eb6d60fcd1db (patch) | |
| tree | 5c3315794aeb136af1018e4a639bd0446692f8eb /.gitignore | |
init
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..df9c5e9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.ko +*.o +*.cmd +*.symvers +*.order +*.mod* +compile_commands.json +.cache/ + |
