diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-23 08:01:15 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-23 08:01:15 -0500 |
commit | 461581a84e20da8df15533e00c64236c812b3757 (patch) | |
tree | 368e426c9569e14978670391d15c112e46908627 /.gitignore | |
parent | c3fe00bca71fd48f9423cc9a2c319b477e556974 (diff) |
initial upload
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 3 insertions, 15 deletions
@@ -1,3 +1,6 @@ +main +.sw* + # ---> C # Prerequisites *.d @@ -37,18 +40,3 @@ *.x86_64 *.hex -# Debug files -*.dSYM/ -*.su -*.idb -*.pdb - -# Kernel Module Compile Results -*.mod* -*.cmd -.tmp_versions/ -modules.order -Module.symvers -Mkfile.old -dkms.conf - |