17 lines
181 B
Text
17 lines
181 B
Text
|
# Ignore dev env files
|
||
|
.direnv
|
||
|
.idea
|
||
|
|
||
|
# Ignore generated files
|
||
|
*.cmd
|
||
|
*.mod.c
|
||
|
|
||
|
# Ignore all .ko files
|
||
|
*.ko
|
||
|
|
||
|
# Ignore other compiled files and directories
|
||
|
*.o
|
||
|
*.mod
|
||
|
*.symvers
|
||
|
*.order
|