From 567509de9bae69b2cbb4b8acb76a8a8d59f03474 Mon Sep 17 00:00:00 2001 From: David Parsons <david.parsons@inria.fr> Date: Tue, 7 Nov 2023 14:41:54 +0100 Subject: [PATCH] update gitignore --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 55400140c..9c7a230f3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ # Files hereby listed are ignored by git. # See `man gitignore` for full description and syntax. -# Aevol is intended to be built out of source in the `build` direcotry: +# Aevol is intended to be built out of source in the `build` directory: # ignore files generated by the make process *build* @@ -16,7 +16,7 @@ doc/user_guide/user_manual.toc # in the `examples` directory, ignore generated files # i.e. ignore everything under `examples` directory... examples/*/** -# ... except: don't ignore param.in files +# ... except: don't ignore param.in and README files !examples/**/param.in !examples/**/README @@ -30,3 +30,6 @@ test/ctest/**/test_input # ignore IDE files and folders .vscode .idea/ + +# ignore Apple Desktop Services Stores +.DS_Store -- GitLab