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