Commit e76f5ca3 authored by Benoit Rat's avatar Benoit Rat

adding .gitignore files for generated kernel files

parent a301a69e
## .gitignore file
# OS generated #
####################
*.bak
*.*\#
\#*
.\#*
*.*~
*.swp
*.cache
Thumbs.db
# Compiled source #
###################
*.bit
*.exe
*.o
*~
.cproject
*.a
*.so
*.wlf
*.vstf
*.vcd
*.pyc
*.d
*.ko
# Eclipse #
###################
.library_mapping.xml
.project
.settings/
.cproject
.settings/*
# Visual S. Code #
###################
/.vscode/
# VIM files #
####################
*.swo
*.swn
# Kernel Specific #
###################
.*.o.cmd
.*.ko.cmd
.cache.mk
*.o.ur-safe
Module.symvers
modules.order
# Project Specifi #
###################
gatewares/*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment