Skip to content

Commit bddc006

Browse files
authored
Merge pull request #2854 from alicevision/dev/gitignoreUpdates
[gitignore] Ignore virtual environments and QtCreator configuration files
2 parents 753a76d + c2aecdc commit bddc006

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ __pycache__
2727
/dist
2828
/dl
2929

30+
# virtual environment
31+
/venv
32+
3033
# tests
3134
/.tests
3235
/.pytest_cache
@@ -41,6 +44,13 @@ __pycache__
4144
*.qmlc
4245
*.jsc
4346

47+
# QtCreator project files
48+
*.cflags
49+
*.cxxflags
50+
*.creator*
51+
*.files
52+
*.includes
53+
4454
*.dll
4555

4656
*.lib

0 commit comments

Comments
 (0)