[gsoc-admin] gitignore: Add pyc and .cache



commit 18b6507cd49340ec16a2330442b76da9c8f5daee
Author: Lasse Schuirmann <lasse schuirmann gmail com>
Date:   Thu Nov 5 11:02:35 2015 +0100

    gitignore: Add pyc and .cache

 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9278cda..ac3f47e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
 *~
 *.swp
 __pycache__
+*.pyc
+.cache


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]