diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-27 15:25:15 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-27 16:19:26 -0400 |
commit | 6cf1751a4231d6454e69641655b6c5ea848bff6d (patch) | |
tree | ec9aec1145cff16c43838375032af647ba9e91f8 /.gitignore | |
parent | 0f34a5b42fb6dbbcefcc166a4ad71e8502960cdc (diff) |
[pkg] make bundle from main makefile
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -### Python ### +## Python ### # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -45,3 +45,4 @@ ui/pydist/leap/bitmask_js # PyInstaller pkg/pyinst/dist/ pkg/pyinst/build/ +pkg/launcher/bitmask |