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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
# Compilation artifacts
configure
quantlib-config
libtool
aclocal.m4
autom4te.cache
config.log
config.status
config/*
!config/Makefile.am
m4/*.m4
ql/config.hpp
ql/config.hpp.in
ql/stamp-h1
elc-stamp
quantlib.elc
quantlib.pc
QuantLib.spec
CMakeCache.txt
CMakeUserPresets.json
Docs/.time-stamp
Docs/.time-stamp-html
Docs/.time-stamp-online
Docs/.time-stamp-man
Docs/LICENSE.TXT
Docs/reference-*/
Docs/html/
Docs/man/
Examples/*/bin/
Examples/*/build/
Examples/*/*.trs
build/
lib/
test-suite/bin/QuantLib-test-suite-*.manifest
test-suite/build/
test-suite/*.trs
# Build outputs
**/x64/Debug
**/x64/Release
**/Debug
**/Release
**/bin/*.xml
**/bin/*.manifest
# Artifacts created in multiple directories
Makefile
Makefile.in
unity.cpp
unity_*.cpp
testCaseCollection.xml
.deps
.libs
*.la
*.lo
*.o
*.so
.build-stamp
*.exe
*.dll
*.exp
*.lib
*.pdb
*.ilk
*~
*.ncb
*.suo
*.vcproj.*.user
*.vcxproj.user
*.VC.db
*.VC.opendb
*.log
*.sdf
*.opensdf
*.pch
*.idb
*.ipch
CMakeFiles
*.cmake
!cmake/*.cmake
TAGS
.dirstamp
# Outputs
Examples/BasketLosses/BasketLosses
Examples/BermudanSwaption/BermudanSwaption
Examples/Bonds/Bonds
Examples/CallableBonds/CallableBonds
Examples/CDS/CDS
Examples/ConvertibleBonds/ConvertibleBonds
Examples/CVAIRS/CVAIRS
Examples/DiscreteHedging/DiscreteHedging
Examples/EquityOption/EquityOption
Examples/FittedBondCurve/FittedBondCurve
Examples/FRA/FRA
Examples/Gaussian1dModels/Gaussian1dModels
Examples/GlobalOptimizer/GlobalOptimizer
Examples/LatentModel/LatentModel
Examples/MarketModels/MarketModels
Examples/MultidimIntegral/MultidimIntegral
Examples/MulticurveBootstrapping/MulticurveBootstrapping
Examples/Replication/Replication
Examples/Repo/Repo
test-suite/quantlib-test-suite
test-suite/quantlib-benchmark
test-suite/bin/*.exp
test-suite/bin/*.lib
test-suite/bin/*.pdb
test-suite/.unit_test_profile.txt
# IDEs
.vs
.vscode
.idea
cmake-build-*
nbproject
.cproject
# User customizations
.dir-locals.el
Build.props
Directory.Build.props
|