From f0b417e8c5e9b0b3b5dd03b9e8de9352efacf939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferry=20J=C3=A9r=C3=A9mie?= Date: Sat, 8 Nov 2014 12:16:10 +0100 Subject: [PATCH] add a gitignore --- .gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f98cb82 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# python compiled source and temporary files # +############################################## + +*.py[co] +*~ + +# gettext compiled file # +######################### + +*.pot +*.mo + +# Sphinx directories and files # +################################ + +docs/tests.xml +docs/api +docs/build +docs/coverage + +.coverage +.installed.cfg + +.git/ + +# Tox # +####### + +.tox + +# dirs create on packaging # +############################ + +linkmanager.egg-info +build +dist + +# css and js generate # +####################### + +linkmserver/static/gen/script.js +linkmserver/static/gen/style.css +