Skip to content

Commit

Permalink
Update .gitignore files (#1063)
Browse files Browse the repository at this point in the history
Update .gitignore files with venv's, CTest, VS Code, test outputs for Python binding

Co-authored-by: Jesper Friis <[email protected]>
  • Loading branch information
nameloCmaS and jesper-friis authored Jan 21, 2025
1 parent bcdf2bb commit 9e309fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,28 @@
/dist/
/wheelhouse/
/local/
.vscode/
.gdb_history
dlite.egg-info

# Ignore Python Files
/.venv
/venv
*.pyc

# Ignore personal modified bootstrap files
/bootstrap-win-*.sh

# For Visual Studio
/.vs
/CMakeSettings.json

# For VS Code
/.vscode
*.code-workspace

# For CTest
/Testing/*

# For qtcreator
/CMakeLists.txt.user

Expand Down
1 change: 1 addition & 0 deletions bindings/python/tests/output/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.json
*.yaml
*.ttl
*.txt
db.xml

0 comments on commit 9e309fe

Please sign in to comment.