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

.gitignore the rest of the generated files. #28

Merged
merged 1 commit into from
Apr 21, 2016

Conversation

jcvernaleo
Copy link
Member

No description provided.

@tpruvot
Copy link

tpruvot commented Apr 19, 2016

you should just put m4/ folder or *.m4 and *.lo

@jcvernaleo
Copy link
Member Author

Good point about the *.lo files. I'll update for that.
As for m4, I thought I saw some files in there that were check in to git so I wasn't sure what there status was. I'll look at it again though to be sure.

@tpruvot
Copy link

tpruvot commented Apr 19, 2016

if there was a .m4 added in the git, it will still be tracked... until a git rm... .gitignore files are just made to prevent "untracked files" entries in "git status". "git add -f ignored.file" still works if really required..

@jcvernaleo
Copy link
Member Author

How's this look? A bit more compact I think.
@jolan any opinion?

@jolan
Copy link

jolan commented Apr 20, 2016

Fine by me.

@jcvernaleo jcvernaleo force-pushed the jcv_gitignore branch 2 times, most recently from 4454824 to 66ddb9e Compare April 20, 2016 21:35
@jcvernaleo jcvernaleo merged commit 4df58e7 into decred:3.7 Apr 21, 2016
@jcvernaleo jcvernaleo deleted the jcv_gitignore branch April 21, 2016 12:07
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