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

use explicit paths for ignoring compiled OSX & linux programs #519

Merged
merged 1 commit into from
Jul 30, 2018

Conversation

cjchapman
Copy link
Contributor

(otherwise changes in matching folders don't get picked up, e.g. in the tx folder)

I realized we had a problem after a comment that @anthrotype made in this thread: typemytype/booleanOperations#40 (comment))

Copy link
Member

@miguelsousa miguelsousa left a comment

Choose a reason for hiding this comment

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

What about simply c/build_all/* ?

@cjchapman
Copy link
Contributor Author

That does not work. I think because of the this_folder_intentionally_left_empty file.

@miguelsousa
Copy link
Member

This should do it

c/build_all/*
!c/build_all/this_folder_intentionally_left_empty

(otherwise changes in matching folders don't get picked up, e.g. in the `tx` folder)
@miguelsousa miguelsousa merged commit ec914b7 into develop Jul 30, 2018
@miguelsousa miguelsousa deleted the fix_gitignore branch July 30, 2018 22:08
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