mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
jw-build-create-project.sh: Add __init__.py and __pychache__ to .gitignore
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
5f9258bdf8
commit
5f3c4a6320
1 changed files with 2 additions and 0 deletions
|
|
@ -125,6 +125,8 @@ cat_gitignore()
|
||||||
.feedfs_history
|
.feedfs_history
|
||||||
.exrc
|
.exrc
|
||||||
*.swp
|
*.swp
|
||||||
|
__init__.py
|
||||||
|
__pycache__
|
||||||
EOT
|
EOT
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue