diff options
| author | eug-vs <eugene@eug-vs.xyz> | 2022-03-21 20:50:12 +0300 |
|---|---|---|
| committer | eug-vs <eugene@eug-vs.xyz> | 2022-03-21 20:50:12 +0300 |
| commit | c7e65522859c7343478766d56395a61fe548de36 (patch) | |
| tree | 910ad6d5e86d953742c3a42ae911f0a8bee2f104 /.gitignore | |
| download | CFD-SIMPLE-c7e65522859c7343478766d56395a61fe548de36.tar.gz | |
chore: add Makefile and report blueprint
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ccb775 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +out +src/report/*.aux +src/report/*.log +src/report/*.out +src/report/*.toc |