-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (53 loc) · 825 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
# autotools cruft
aclocal.m4
autom4te.cache/
compile
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
depcomp
libtool
ltmain.sh
install-sh
map
missing
stamp-h1
autostuff/
version.h
ChangeLog
INSTALL
tests/check_main
# recursive autoconf leftovers
.deps
Makefile
Makefile.in
.dirstamp
# build leftovers
*~
*.o
*.a
*.lo
*.la
.libs/
*.pc
# KDE backup files
*.kate-swp
# KDevelop project files
*.kdev4
# Files generated by building Python bindings
bindings/python/dist/
bindings/python/build
bindings/python/libsigrok.egg-info/
bindings/python/sigrok/__pycache__/
bindings/python/libsigrok.py
bindings/python/libsigrok_python_wrap.c
bindings/python/sigrok/core/lowlevel.py
bindings/python/sigrok/core/lowlevel_wrap.c
# Files generated by the testsuite
test-suite.log
tests/*.log
tests/*.trs