Ignore .jsc files (Qt JS cache)
This commit is contained in:
parent
a59c0d1572
commit
d353e5bf6e
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@ dist
|
||||
*.egg-info
|
||||
*.pyc
|
||||
*.qmlc
|
||||
*.jsc
|
||||
|
||||
.pylintrc
|
||||
|
||||
|
1
Makefile
1
Makefile
@ -22,6 +22,7 @@ clean:
|
||||
find . -name '__pycache__' -exec rm -Rfv {} +
|
||||
find . -name '*.pyc' -exec rm -Rfv {} +
|
||||
find . -name '*.qmlc' -exec rm -Rfv {} +
|
||||
find . -name '*.jsc' -exec rm -Rfv {} +
|
||||
find . -name '*.egg-info' -exec rm -Rfv {} +
|
||||
rm -Rfv build dist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user