Update gitignore
parent
bb76c9fa3a
commit
4d1b84db3c
|
|
@ -9,6 +9,7 @@ log/
|
|||
# Node
|
||||
npm-debug.log
|
||||
node_modules
|
||||
.npm-cache
|
||||
|
||||
# Python
|
||||
*.pyc
|
||||
|
|
@ -68,6 +69,7 @@ Thumbs.db
|
|||
|
||||
# Kernel Module Compile Results
|
||||
*.mod*
|
||||
!*.mod*.*
|
||||
*.cmd
|
||||
.tmp_versions/
|
||||
modules.order
|
||||
|
|
|
|||
Loading…
Reference in New Issue