Skip to content

Commit

Permalink
AppImage: update .gitignore and run_project_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mensinda committed Jul 31, 2020
1 parent 41de333 commit 2e6bf4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ __pycache__
.DS_Store
*~
*.swp
*.AppImage
packagecache
/MANIFEST
/build
/appimage
/dist
/meson.egg-info

Expand Down
1 change: 1 addition & 0 deletions run_project_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,7 @@ def check_format():
'meson-logs', 'meson-private',
'.eggs', '_cache', # e.g. .mypy_cache
'venv', # virtualenvs have DOS line endings
'appimage',
}
for (root, _, filenames) in os.walk('.'):
if any([x in root for x in skip_dirs]):
Expand Down

0 comments on commit 2e6bf4a

Please sign in to comment.