From 44a9b7d2e8354903aad21e998f7d7e9580fa3c64 Mon Sep 17 00:00:00 2001 From: Taranjeet Date: Fri, 16 Oct 2015 10:42:38 +0530 Subject: [PATCH] grammatical error : remove_all_pyc.md --- 01_remove_all_pyc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_remove_all_pyc.md b/01_remove_all_pyc.md index 2891215..f666e1a 100644 --- a/01_remove_all_pyc.md +++ b/01_remove_all_pyc.md @@ -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 {} \; ``` -Then make sure to add a *.gitignore* and the root of the repo and add the line: `*.pyc` \ No newline at end of file +Then make sure to add a *.gitignore* in the root of the repo and add the line: `*.pyc` \ No newline at end of file