summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2022-06-20 16:15:34 +0800
committerKunoiSayami <[email protected]>2022-06-20 16:15:34 +0800
commit85296957a8d755cda80c5dc00dcef4555ff14ebc (patch)
tree2de6d0d4f7aaef5eff0eec7a98b5e39376fca83c /.gitignore
parente0fa8c3a324f0b8b155058d4f05ea69a4df1f5bf (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--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0d51e4e..5fbfc08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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