Update .gitignore
Ignore *.user* files from QtCreator and *.pyc files.
This commit is contained in:
parent
03bae46865
commit
366e38284d
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,2 +1,7 @@
|
||||
# Exclude MacOS Finder files.
|
||||
.DS_Store
|
||||
|
||||
*.user*
|
||||
|
||||
*.pyc
|
||||
Testing
|
||||
|
Loading…
x
Reference in New Issue
Block a user