From f2bebe346e14b03cd3385288457bdb51362d7301 Mon Sep 17 00:00:00 2001 From: Chunk Date: Mon, 25 May 2015 16:00:13 +0800 Subject: [PATCH] .gitignore is now working #http://stackoverflow.com/questions/1139762/ignore-files-that-have-already-been-committed-to-a-git-repository --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 15b86cb..a38920a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,6 @@ **/target **/.idea -# *.pyc +*.pyc **/libs/F5 -- libgit2 0.21.2