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 python debug & build files #41

Open
meetrp opened this issue Oct 20, 2018 · 0 comments
Open

.gitignore python debug & build files #41

meetrp opened this issue Oct 20, 2018 · 0 comments
Labels
bug doc documentation & grunt work
Projects

Comments

@meetrp
Copy link
Owner

meetrp commented Oct 20, 2018

Describe the bug
Python build files are created in the same directory when setup is executed. These are being added/considered in the git operations.

To Reproduce
$> python setup install

Expected behavior
Avoid checkin of these files.

Screenshots

$> git status
On branch develop
Your branch is up to date with 'origin/develop'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)

	.eggs/
	build/

nothing added to commit but untracked files present (use "git add" to track)
@meetrp meetrp added bug doc documentation & grunt work labels Oct 20, 2018
@meetrp meetrp added this to Needs triage in All Defects via automation Oct 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug doc documentation & grunt work
Projects
All Defects
  
Needs triage
Development

No branches or pull requests

1 participant