summaryrefslogtreecommitdiff
path: root/.gitignore
blob: c05dc934461490a86e0866273dbf44a0272e58df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Can ignore specific files
.DS_Store

# Use wildcards as well
*~
*.swp

# ignore the build directory
build/*

#ignore files created by make
*.o
*.ko
.tmp_versions
Module.symvers
modules.order
*.o.cmd
*.mod.c
*.ko.cmd