From 8face13783b648613e73383371d3558bca9ec322 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Sun, 13 Oct 2013 21:20:10 +0200
Subject: [PATCH] cleanup and tweak .gitignore for people who want to create
 symlinks right in their plugins/ work tree

---
 .gitignore | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2f9285bb..db80e62e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,9 +9,11 @@ TAGS
 # these essentially are copies/links from other places
 /static/
 /templates/
-# various working files
-play/
-*.leftovers
-*.hide
-entrypoints.ongoing/
+# sequels of running setup.py
 build/
+# css, js and html stuff for plugins should comply with
+# the general django layout (templates/ and statics/{css,js}/)
+# however symlinks can be convenient in a work tree
+plugins/*/*.css
+plugins/*/*.js
+plugins/*/*.html
-- 
2.47.0