-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.gitignore
77 lines (70 loc) · 839 Bytes
/
.gitignore
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Compiled object files
*.ko
*.o
*.mod*
# Generated objects (source, executables, tarballs, etc.)
a.out
x52cli*
x52test*
x52evtest*
libx52/test_*
libx52test*
libx52util/util_char_map.c
udev/*.rules
x52d*
!daemon/x52d*.*
test-*
libx52-*.tar.gz
# Module files
modules.order
Module.symvers
.*.cmd
.tmp_versions
# Vim swap files
.*.swp
# Autotools objects
.deps
.dirstamp
.libs
ar-lib
autom4te.cache
m4
compile
config.*
configure
depcomp
install-sh
libtool
ltmain.sh
missing
Makefile
Makefile.in
*.la
*.lo
*.m4
stamp-h1
tap-driver.sh
test-driver
tests/test-suite.log
tests/**/*.log
tests/**/*.trs
*.pc
# Autotools Gettext objects
po/Makevars.template
po/*.in
po/*.sin
po/*.sed
po/*.header
po/Rules-quot
ABOUT-NLS
po/*.gmo
po/*.mo
po/POTFILES
po/stamp-po
# Doxygen files
Doxyfile
docs/.stamp
docs/html
docs/man
# Build directory
/build/