sugarlabs / sugar-toolkit-gtk3

Sugar Learning Environment, Activity Toolkit, GTK 3.
GNU Lesser General Public License v2.1
21 stars 80 forks source link

Set bundlebuilder to honor .gitignore #408

Closed rhl-bthr closed 5 years ago

rhl-bthr commented 5 years ago

Partially fixes https://github.com/sugarlabs/sugar-docs/issues/91

quozl commented 5 years ago

Sorry, but I was entirely wrong about having to use a pristine clone. The toolkit already uses the list of files tracked by git to make the bundle, and excludes other files automatically. I've many untracked files in my clones that are still there despite me making bundles, and the bundles do not contain the files.

rhl-bthr commented 5 years ago

Thanks, I agree My test method was flawed. I had added .gitignore after some *.pyc files for already present (and tracked by git).