grammatical error : remove_all_pyc.md
This commit is contained in:
parent
24d6113bd7
commit
44a9b7d2e8
@ -6,4 +6,4 @@ To recursively remove all those pesky *.pyc* files from a git repo, run this com
|
|||||||
$ find . -name "*.pyc" -exec git rm -f {} \;
|
$ find . -name "*.pyc" -exec git rm -f {} \;
|
||||||
```
|
```
|
||||||
|
|
||||||
Then make sure to add a *.gitignore* and the root of the repo and add the line: `*.pyc`
|
Then make sure to add a *.gitignore* in the root of the repo and add the line: `*.pyc`
|
Loading…
Reference in New Issue
Block a user