From 7d0fc2d7afd4a9ca32f5bae557958182a6dbd7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=B3ra=20Kocsis?= <dora@dynare.org> Date: Wed, 25 Mar 2020 18:01:28 +0100 Subject: [PATCH] add .gitignore file --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5db5c40 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# For checking that no file has been unduly ignored, run: +# $ git ls-files -i --exclude-per-directory=.gitignore +# Any file that is displayed should be removed from the ignore list +# (possibly by an exclusion rule beginning with an exclamation mark) + +# Generic ignore rules +*~ +*.o +*.a +*.fig +\#*\# +*.mat +*.asv + +/missing_dbnomics \ No newline at end of file -- GitLab