summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorpravindalve2020-05-22 22:12:43 +0530
committerpravindalve2020-05-22 22:12:43 +0530
commit781a2ca03807d166498c0d95ef8c62d9ef3404d6 (patch)
treef7da5c3e6437fb270a6cb6b5aedb3af1690fdbce /.gitignore
parentb284d36fbf479ff327aef5a7d0a174661145a4cb (diff)
downloadChemical-Simulator-GUI-781a2ca03807d166498c0d95ef8c62d9ef3404d6.tar.gz
Chemical-Simulator-GUI-781a2ca03807d166498c0d95ef8c62d9ef3404d6.tar.bz2
Chemical-Simulator-GUI-781a2ca03807d166498c0d95ef8c62d9ef3404d6.zip
Problem with string parameters in Unit_Operation class and Mixer simulation fixed, gitignore file updated
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3ee5ad7..7796682 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,4 +8,6 @@ Simulator/PlotGraph.mos
Simulator/simulateEQN.mos
.vscode/settings.json
__pycache__/*
-.idea/* \ No newline at end of file
+.idea/*
+DockWidgets/__pycache__/*
+undo.dat \ No newline at end of file