Skip to content

Add .github to the list of VCS folders #162

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

Merged
merged 1 commit into from
Jun 23, 2016

Conversation

matthijskooijman
Copy link
Collaborator

This prevents a warning when a library contains a .github folder, which
can contain some templates and other configuration for the github
platform.

Signed-off-by: Matthijs Kooijman [email protected]

This prevents a warning when a library contains a .github folder, which
can contain some templates and other configuration for the github
platform.

Signed-off-by: Matthijs Kooijman <[email protected]>
@ArduinoBot
Copy link
Contributor

✅ Build completed.

⬇️ Build URL: http://downloads.arduino.cc/PR/arduino-builder/arduino-builder-162.zip

ℹ️ To test this build:

  1. Replace arduino-builder binary (you can find it where you installed the IDE) with the provided one

@cmaglie cmaglie merged commit 18470b9 into arduino:master Jun 23, 2016
@cmaglie cmaglie added this to the 1.3.19 milestone Jun 23, 2016
mfalkvidd added a commit to mfalkvidd/arduino-builder that referenced this pull request Dec 18, 2016
Warning about unknown folders was considered bad in
arduino/Arduino#1692
but the problem is still present in arduino-builder.

This has caused issues like
arduino#70 (comment)
which resulted in
arduino#162

The original arguments in Arduino/pull/1692 still apply:
* It breaks forward compatibility if we later add more files or
  directories to the library format.
* It breaks for people who want to have some extra stuff in their
  library (say, .gitignore or a README file). We can't keep a list of
  "allowed" stuff, since there will always be stuff missing.
mfalkvidd added a commit to mfalkvidd/arduino-builder that referenced this pull request Dec 18, 2016
Warning about unknown folders was considered bad in
arduino/Arduino#1692
but the problem is still present in arduino-builder.

This has caused issues like
arduino#70 (comment)
which resulted in
arduino#162

The original arguments in Arduino/pull/1692 still apply:
* It breaks forward compatibility if we later add more files or
  directories to the library format.
* It breaks for people who want to have some extra stuff in their
  library (say, .gitignore or a README file). We can't keep a list of
  "allowed" stuff, since there will always be stuff missing.

Signed-off-by: Mikael Falkvidd [email protected] <[email protected]>
mfalkvidd added a commit to mfalkvidd/arduino-builder that referenced this pull request Dec 18, 2016
Warning about unknown folders was considered bad in
arduino/Arduino#1692
but the problem is still present in arduino-builder.

This has caused issues like
arduino#70 (comment)
which resulted in
arduino#162

The original arguments in Arduino/pull/1692 still apply:
* It breaks forward compatibility if we later add more files or
  directories to the library format.
* It breaks for people who want to have some extra stuff in their
  library (say, .gitignore or a README file). We can't keep a list of
  "allowed" stuff, since there will always be stuff missing.

Signed-off-by: Mikael Falkvidd [email protected] <[email protected]>
@matthijskooijman matthijskooijman deleted the ignore-.github branch January 31, 2017 22:35
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.

3 participants