aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 18ff27f66b4ce5bc5d183c6c41b79bb2b716621f (plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
*.swp
*~

# Generated by autotools
.deps
aclocal.m4
autom4te.cache
config.guess
config.log
config.status
config.sub
configure
depcomp
install-sh
Makefile.in
Makefile
!tests/data/Makefile
missing

# Compiled executables
*.o
*.a
depmod
insmod
insmod.static
lsmod
modinfo
modindex
modprobe
rmmod

# But don't ignore the symlinks with the same names in this directory
!tests/valgrind/*

# cscope/tags
tags
TAGS
cscope.*
ncscope.*

# Generated documentation
*.8
*.5
manpage.links
manpage.refs

# quilt's files
patches
series

# test output
tests/build
tests/tmp
tests/data/32
tests/data/64