Update .gitignore
This commit is contained in:
parent
826b2fea2b
commit
ba7d6bf57d
7
.gitignore
vendored
7
.gitignore
vendored
@ -35,6 +35,8 @@ Thumbs.db
|
||||
/.qmake.cache
|
||||
/.qmake.stash
|
||||
|
||||
ui_form.py
|
||||
|
||||
# qtcreator generated files
|
||||
*.pro.user*
|
||||
CMakeLists.txt.user*
|
||||
@ -64,8 +66,11 @@ CMakeLists.txt.user*
|
||||
*.Debug
|
||||
*.Release
|
||||
|
||||
# Python byte code
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
dist/*
|
||||
build/*
|
||||
|
||||
# Binaries
|
||||
# --------
|
||||
|
Loading…
x
Reference in New Issue
Block a user