Skip to content

Fix gitignore #363

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 2 commits into from
Jan 26, 2014
Merged

Fix gitignore #363

merged 2 commits into from
Jan 26, 2014

Conversation

ruslo
Copy link

@ruslo ruslo commented Jan 19, 2014

Current gitignore state is inconsistent: files with mask *.cmake is ignored
but there is a file FindICU.cmake.

Current gitignore state is inconsistent: files with mask `*.cmake` is ignored
but there is a file FindICU.cmake.
@ruslo
Copy link
Author

ruslo commented Jan 19, 2014

BTW files:

CMakeCache.txt
CMakeFiles
Makefile
Testing
*.a
CPP-NETLIB.*
CMakeScripts/

is internal cmake files. Looks like gitignore designed to be used with in-source builds.
This is not recommended:
http://www.cmake.org/Wiki/CMake_FAQ#What_is_an_.22out-of-source.22_build.3F

@deanberris
Copy link
Member

You're right @ruslo -- can you make the change to .gitignore to remove these too?

@ruslo
Copy link
Author

ruslo commented Jan 20, 2014

You're right @ruslo -- can you make the change to .gitignore to remove these too?

sure

@ruslo
Copy link
Author

ruslo commented Jan 20, 2014

You're right @ruslo -- can you make the change to .gitignore to remove these too?
sure

PR update: 7b9fd47

@deanberris
Copy link
Member

LGTM -- sorry, it took a while for me to get to.

deanberris added a commit that referenced this pull request Jan 26, 2014
@deanberris deanberris merged commit e61966e into cpp-netlib:master Jan 26, 2014
@ruslo ruslo deleted the gitignore.fix branch January 26, 2014 13:56
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