git subrepo clone git@github.com:compihu/platform-test-f4-ll.git platforms/platform-test-f4-ll
subrepo: subdir: "platforms/platform-test-f4-ll" merged: "bc41134" upstream: origin: "git@github.com:compihu/platform-test-f4-ll.git" branch: "master" commit: "bc41134" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "87ee373"
This commit is contained in:
parent
46ce55c6a0
commit
95af4ce0d8
460 changed files with 84105 additions and 0 deletions
94
platforms/platform-test-f4-ll/cpputest/.gitignore
vendored
Normal file
94
platforms/platform-test-f4-ll/cpputest/.gitignore
vendored
Normal file
|
@ -0,0 +1,94 @@
|
|||
.DS_Store
|
||||
*.swp
|
||||
*.*~
|
||||
.*~
|
||||
*.d
|
||||
*.o
|
||||
*.a
|
||||
.settings
|
||||
*doxygen*
|
||||
*.gcov
|
||||
*.gcno
|
||||
*.gcda
|
||||
*_tests
|
||||
*_cslim
|
||||
*a.out
|
||||
*.zip
|
||||
tmp
|
||||
pdfs
|
||||
*.map
|
||||
gcov
|
||||
objs
|
||||
lib
|
||||
*_tests.txt
|
||||
gcov*.html
|
||||
ErrorLogs
|
||||
testResults
|
||||
.metadata
|
||||
/ipch
|
||||
Debug
|
||||
Release
|
||||
*/Debug/*
|
||||
*/Release/*
|
||||
*.exe
|
||||
*.obj
|
||||
*.ncb
|
||||
*.opt
|
||||
*.plg
|
||||
*.idb
|
||||
*.pdb
|
||||
*.suo
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.lib
|
||||
*.log
|
||||
*.tlog
|
||||
*.cache
|
||||
*.user
|
||||
*.VC.db
|
||||
*.VC.opendb
|
||||
_build_
|
||||
_build
|
||||
builds/*gcc*
|
||||
cpputest_build/Makefile
|
||||
cpputest_build/generated
|
||||
cpputest_build/src
|
||||
cpputest_build/tests
|
||||
/.deps
|
||||
CppUTestExtTests
|
||||
CppUTestTests
|
||||
/Makefile
|
||||
config.h
|
||||
config.h.in
|
||||
config.status
|
||||
cpputest.pc
|
||||
filename.map.txt
|
||||
libtool
|
||||
stamp-h1
|
||||
INSTALL
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
compile
|
||||
config.guess
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
ltmain.sh
|
||||
m4/libtool.m4
|
||||
m4/ltoptions.m4
|
||||
m4/ltsugar.m4
|
||||
m4/ltversion.m4
|
||||
m4/lt~obsolete.m4
|
||||
missing
|
||||
test-driver
|
||||
platforms/iar/settings
|
||||
cpputest_*.xml
|
||||
generated/
|
||||
*.deps/
|
||||
*.dirstamp
|
||||
*.trs
|
||||
|
||||
#IAR automatically generated files
|
||||
*.dep
|
||||
*.ewt
|
Loading…
Add table
Add a link
Reference in a new issue