8000 Ignore files generated during compilation. by rampantmonkey · Pull Request #1 · cooperative-computing-lab/cctools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Ignore files generated during compilation. #1

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
Mar 14, 2013
Merged

Ignore files generated during compilation. #1

merged 1 commit into from
Mar 14, 2013

Conversation

rampantmonkey
Copy link
Contributor

This decreases the frustration using git by hiding all of the files that
should not be committed to the repository.

The first step was to add the common files with obvious extensions e.g.
.o. Next I dumped the results of git status into .gitignore with
git status | tail -n +5 | awk '{print $2}' | head -n 52 >> .gitignore.

This file will need to be modified in the future if new compilation
units are introduced.

This decreases the frustration using git by hiding all of the files that
should not be committed to the repository.

The first step was to add the common files with obvious extensions e.g.
`.o`. Next I dumped the results of git status into `.gitignore` with
`git status | tail -n +5 | awk '{print $2}' | head -n 52 >> .gitignore`.

This file will need to be modified in the future if new compilation
units are introduced.
@ghost ghost assigned btovar Mar 14, 2013
btovar added a commit that referenced this pull request Mar 14, 2013
Ignore files generated during compilation.
@btovar btovar merged commit 172f7d6 into cooperative-computing-lab:master Mar 14, 2013
@batrick
Copy link
Contributor
batrick commented Mar 14, 2013

Ben, can you make sure this didn't miss anything from svn:ignore. Apparently converting the repositories didn't handle ignored files.

Also, I'd like to see the executables e.g. work_queue_worker moved into a .gitignore in dttools/src rather than have everything at the top-level.

@btovar
Copy link
Member
btovar commented Mar 14, 2013

Sure, will do.
On Mar 14, 2013 5:46 PM, "Patrick Donnelly" notifications@github.com
wrote:

Ben, can you make sure this didn't miss anything from svn:ignore.
Apparently converting the repositories didn't handle ignored files.

Also, I'd like to see the executables e.g. work_queue_worker moved into a
.gitignore in dttools/src rather than have everything at the top-level.


Reply to this email directly or view it on GitHubhttps://github.com//pull/1#issuecomment-14931378
.

@btovar btovar mentioned this pull request Jun 18, 2014
haiyanmeng pushed a commit that referenced this pull request Dec 7, 2015
btovar pushed a commit that referenced this pull request Dec 18, 2019
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
0