Skip to content

Conversation

alexcrichton
Copy link
Member

Whenever Cargo infers various targets for a project it currently picks up all
files in associated folders, but dotfiles are a common example of files which
editors generate which Cargo should not pick up, so this commit ignores all
dotfiles in the folders that it is looking at.

Closes #1615

Whenever Cargo infers various targets for a project it currently picks up all
files in associated folders, but dotfiles are a common example of files which
editors generate which Cargo should not pick up, so this commit ignores all
dotfiles in the folders that it is looking at.

Closes rust-lang#1615
@rust-highfive
Copy link

r? @huonw

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member Author

r? @brson

@rust-highfive rust-highfive assigned brson and unassigned huonw May 19, 2015
@brson
Copy link
Contributor

brson commented May 19, 2015

@bors r+

@bors
Copy link
Contributor

bors commented May 19, 2015

📌 Commit 1727409 has been approved by brson

@bors
Copy link
Contributor

bors commented May 19, 2015

⌛ Testing commit 1727409 with merge 6962728...

bors added a commit that referenced this pull request May 19, 2015
Whenever Cargo infers various targets for a project it currently picks up all
files in associated folders, but dotfiles are a common example of files which
editors generate which Cargo should not pick up, so this commit ignores all
dotfiles in the folders that it is looking at.

Closes #1615
@bors
Copy link
Contributor

bors commented May 19, 2015

☀️ Test successful - cargo-linux-32, cargo-linux-64, cargo-mac-32, cargo-mac-64, cargo-win-32, cargo-win-64

@bors bors merged commit 1727409 into rust-lang:master May 19, 2015
@alexcrichton alexcrichton deleted the ignore-dotfile branch May 19, 2015 18:40
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.

don't want to build a dot file and dot underscore file of examples directory
5 participants