mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-23 13:42:55 +08:00
39 lines
469 B
Plaintext
39 lines
469 B
Plaintext
|
# 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__/
|
||
|
stamp-h?
|
||
|
|
||
|
# Files generated by the testsuite
|
||
|
/test-suite.log
|
||
|
/tests/*.log
|
||
|
/tests/*.trs
|
||
|
/tests/main
|