summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 07cdb11a21c82b6dfbed7b3e8e5c105e90d14444 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
### autoconf/automake root stuff

/compile
/config.log
/config.h
/config.cache
/config.status
/config.guess
/config.sub
/config.version
/ltmain.sh
/stamp-h
/stamp-h[0-9]*
*-stamp
/INSTALL
/depcomp
/missing
/install-sh
/mkinstalldirs
/ylwrap
/autom4te*.cache
/configure.lineno
/configure
/config.h.in
/confdefs.h
/conftest
/conftest.err
/aclocal.m4
/libtool
/libtool.orig
/test-driver
/test-suite.log

/Makefile
/Makefile.in

/symalyzer_report.html
/jquery-3.4.1.min.js
/jquery-3.4.1.min.js.tmp

### autoconf/automake subdir stuff

.deps
.libs

### build outputs

*.o
*.lo
*.a
*.la
*.so
*.loT
*.pb.h
*.pb-c.h
*.pb-c.c
*.pb.cc
*_clippy.c
*.bc
*.ll
*.cg.json
*.cg.dot
*.cg.svg
*.xref

### gcov outputs

*.gcno
*.gcov
*.gcda

### dist

*.tar.?z
*.tar.?z.asc
*.tar.asc
*.deb
*.ddeb
*.dsc
*.changes

### other garbage

.nfs*
.arch-inventory
.arch-ids
{arch}
build
.cache
.dir-locals.el
.msg
.rebase-*
*~
*.bak
*.swp
*.pyc
*.dmp
__pycache__
*.patch
*.diff
cscope.*
TAGS
tags
GTAGS
GSYMS
GRTAGS
GPATH
compile_commands.json
.ccls
.ccls-cache
.dirstamp
refix
.vscode
.kitchen
.emacs.desktop*

/test-suite.log
pceplib/test/*.log
pceplib/test/*.trs
/tests/topotests/lib/mgmt_pb2.py