Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-h committed Feb 2, 2023
1 parent c548174 commit ece3f67
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ build_*/
cmake-build-*/

# In-source-build artifacts
CMakeFiles/
CMakeCache.txt
/CMakeFiles/
/CMakeCache.txt
/_deps/

# Install artifacts
/bin/
Expand All @@ -29,9 +30,9 @@ utils/MMPLD/test*.lua
utils/MMPLD/test*.png
utils/MMPLD/SphereTest.bat

# Intermediate python files
__pycache__/

# Individual developer settings for local machines
mmprjs/**/*
*.orig

# Intermediate python files
**/__pycache__/

0 comments on commit ece3f67

Please sign in to comment.