summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f537d5a6c78b21a61e0bf48f1834475fbf983648 (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
# autotools cruft
/INSTALL
/Makefile.in
/aclocal.m4
/autom4te.cache/
/autostuff/
/configure
/configure.lineno
/m4/libtool.m4
/m4/lt*.m4

# Editor/IDE cruft
*.kate-swp
*~
/*.kdev4
/Makefile.am.user

# Configure/build cruft
*.[ao]
*.l[ao]
.deps/
.dirstamp
.libs/
/ChangeLog
/Makefile
/config.*
/libsigrokdecode-*.tar.*
/libsigrokdecode.pc
/libtool
/version.h
__pycache__/
*.pyc
stamp-h?

# Files generated by the testsuite
/test-suite.log
/tests/*.log
/tests/*.trs
/tests/main