d068332b88
Code is from cxx.uclibc.org, modified by catty to implement c++17 features
43 lines
419 B
Plaintext
43 lines
419 B
Plaintext
#
|
|
# Never ignore these
|
|
#
|
|
!.gitignore
|
|
#
|
|
# Generated files
|
|
#
|
|
*.test
|
|
#
|
|
# Executable test
|
|
#
|
|
*_glibc
|
|
*_uc
|
|
*-old
|
|
*.out
|
|
algotest
|
|
bitsettest
|
|
chartraitstest
|
|
combotest
|
|
dequetest
|
|
excepttest
|
|
fstreamtest
|
|
functionaltest
|
|
ioexceptiontest
|
|
iotest
|
|
listtest
|
|
maptest
|
|
memorytest
|
|
mmaptest
|
|
newdeltest
|
|
numerictest
|
|
settest
|
|
sstreamtest
|
|
stacktest
|
|
streambuftest
|
|
streamitertest
|
|
stringtest
|
|
testframework
|
|
utilitytest
|
|
valarraytest
|
|
vectortest
|
|
wchartest
|