diff options
| author | KunoiSayami <[email protected]> | 2022-06-20 16:15:34 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-06-20 16:15:34 +0800 |
| commit | 85296957a8d755cda80c5dc00dcef4555ff14ebc (patch) | |
| tree | 2de6d0d4f7aaef5eff0eec7a98b5e39376fca83c /.gitignore | |
| parent | e0fa8c3a324f0b8b155058d4f05ea69a4df1f5bf (diff) | |
fix(script): Fix normal distribution generator
* feat(script): Add p.d.f. and c.d.f. painter
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -11,4 +11,7 @@ CTestTestfile.cmake _deps cmake-*/ .idea/ -test
\ No newline at end of file +test + +*.txt +!CMakeLists.txt
\ No newline at end of file |
