.gitignore
532 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Ignore objects and archives, anywhere in the tree.
*.[oa]
*.lo
*.la
*.ko
# Other build output
*.mod.c
*.o.cmd
*.ko.cmd
*.mod.cmd
*.mod
/module/Module.symvers
/module/modules.order
/module/.tmp_versions
pts/tty0tty
# Ignore backup files
*~
# Ignore Eclipse project files
.cproject
.project
.autotools
.settings
.pydevproject
# debian packaging artifacts
debian/*
debhelper/*
files
*-dkms.debhelper.log
*-dkms.dkms.debhelper
*-dkms.postinst.debhelper
*-dkms.prerm.debhelper
*-dkms.substvars
*-dkms/*
# vim temporary file
*.swp