Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Remove ipynb_checkpoints and change file mode of some ipynb files#578

Merged
jaygambetta merged 3 commits intoQiskit:masterfrom
t-imamichi:rm_checkpoints
Apr 11, 2019
Merged

Remove ipynb_checkpoints and change file mode of some ipynb files#578
jaygambetta merged 3 commits intoQiskit:masterfrom
t-imamichi:rm_checkpoints

Conversation

@t-imamichi
Copy link
Copy Markdown
Member

Summary

Remove all ipynb_checkpoints because it is listed in gitignore.
Some notebooks are file mode 755 (executable), so I change them into 644.

Details and comments

rm -r **/.ipynb_checkpoints
chmod 644 **/*.ipynb

@t-imamichi t-imamichi requested a review from jaygambetta as a code owner March 29, 2019 03:26
@attp
Copy link
Copy Markdown
Member

attp commented Mar 29, 2019

The checkpoint files shouldn't have been added to the repository in the first place.

@jaygambetta jaygambetta merged commit fed9fa4 into Qiskit:master Apr 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants