From d7531b716fc09080cdee02098a53968e0d165dd4 Mon Sep 17 00:00:00 2001 From: Nikola Matic Date: Mon, 8 Aug 2022 12:38:56 +0200 Subject: [PATCH] Tidy up and update .gitignore --- .gitignore | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 0ec3f7ace..f91c0207f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,13 @@ -commit_hash.txt -prerelease.txt +/commit_hash.txt +/prerelease.txt # Compiled Object files *.slo *.lo *.o *.obj +*.pyc +__pycache__ # Precompiled Headers *.gch @@ -16,9 +18,6 @@ prerelease.txt *.dylib *.dll -# Fortran module files -*.mod - # Compiled Static libraries *.lai *.la @@ -33,14 +32,9 @@ prerelease.txt # Build directory /build* emscripten_build/ -docs/_build -docs/_static/robots.txt -__pycache__ -docs/utils/*.pyc -/deps/downloads/ -deps/install -deps/cache -cmake-build-*/ +/docs/_build +/docs/_static/robots.txt +/deps # vim stuff [._]*.sw[a-p] @@ -50,18 +44,15 @@ cmake-build-*/ *~ # IDE files -.idea -.vscode -browse.VC.db -CMakeLists.txt.user +/.idea/ +/.vscode/ +/browse.VC.db +/CMakeLists.txt.user /CMakeSettings.json /.vs /.cproject /.project -# place to put local temporary files -tmp - # OS specific local files .DS_Store Thumbs.db