Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/gitignored folders #3375

Merged
merged 9 commits into from
Aug 20, 2018
Merged

Conversation

lasote
Copy link
Contributor

@lasote lasote commented Aug 20, 2018

@ghost ghost assigned lasote Aug 20, 2018
@ghost ghost added the stage: review label Aug 20, 2018
self.assertFalse(os.path.exists(os.path.join(bf, "my_excluded_folder")))
self.assertTrue(os.path.exists(os.path.join(bf, "other_folder", "valid_file")))
self.assertFalse(os.path.exists(os.path.join(bf, "other_folder", "excluded_subfolder")))
self.assertFalse(os.path.exists(os.path.join(bf, "other_folder", "excluded_subfolder",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last assert is a bit redundant

@@ -1,5 +1,6 @@
import json
import os
import platform
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused?

@lasote lasote merged commit f770297 into conan-io:develop Aug 20, 2018
@ghost ghost removed the stage: review label Aug 20, 2018
@memsharded memsharded added this to the 1.7 milestone Aug 20, 2018
grisumbras pushed a commit to grisumbras/conan that referenced this pull request Dec 27, 2018
* Remove package files removed

* Excluded gitignored folders

* Try to fix win tests

* Fix windows test

* Review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants