repo.or.cz
/
libsigrokdecode
/
gsi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sae_j1850_vpw: rewrite decoder to improve usability and maintenance
[libsigrokdecode/gsi.git]
/
.gitignore
blob
f537d5a6c78b21a61e0bf48f1834475fbf983648
1
# autotools cruft
2
/INSTALL
3
/Makefile.in
4
/aclocal.m4
5
/autom4te.cache/
6
/autostuff/
7
/configure
8
/configure.lineno
9
/m4/libtool.m4
10
/m4/lt*.m4
11
12
# Editor/IDE cruft
13
*.kate-swp
14
*~
15
/*.kdev4
16
/Makefile.am.user
17
18
# Configure/build cruft
19
*.[ao]
20
*.l[ao]
21
.deps/
22
.dirstamp
23
.libs/
24
/ChangeLog
25
/Makefile
26
/config.*
27
/libsigrokdecode-*.tar.*
28
/libsigrokdecode.pc
29
/libtool
30
/version.h
31
__pycache__/
32
*.pyc
33
stamp-h?
34
35
# Files generated by the testsuite
36
/test-suite.log
37
/tests/*.log
38
/tests/*.trs
39
/tests/main