From b8da87bf931820ad6332d93fa0cf013d730c265e Mon Sep 17 00:00:00 2001
From: Walter Purcaro <vuolter@gmail.com>
Date: Wed, 27 Aug 2014 23:53:03 +0200
Subject: Update .gitattributes & .gitignore

---
 .gitignore | 89 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 44 deletions(-)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index b94b19812..061269bbd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,34 +1,52 @@
-# Packages
-bin/*
-build/*
-dist/*
-env/*
-lib/*
-lib64/*
-parts/*
-var/*
-sdist/*
+# Common packaging directories
+/bin/
+/build/
+/dist/
+/env/
+/lib/
+/lib64/
+/parts/
+/sdist/
+/var/
+/temp/
 
-# Common pyLoad directories
-Downloads/*
-Logs/*
-docs/_build/*
-docs/module/*
-docs/pyload/*
-#module/*
-pyload/*
+# Common directories
+.*/
+__pycache__/
+Downloads/
+Logs/
+tmp/
+userplugins/
+
+# Common files
+*.backup
+*.db
+*.pid
+/*.conf
+/*.version
+/*.txt
+/*.xml
+/*.zip
+/module/config/core.xml
+/module/config/plugin.xml
 
 # Common MacOS & Windows files
 *.DS_Store
 Thumbs.db
 desktop.ini
 
-# Temp stuff
-__pycache__
-.tmp
-temp
+# Certificate files
+cert.pem
+ssl.crt
+ssl.key
 
-# Installers stuff
+# Common compiled files
+*.mo
+*.so
+*.py[cod]
+!/pyload/plugins/container/DLC_*.py[cod]
+
+# Installer files
 .installed.cfg
 pip-log.txt
 
@@ -37,11 +55,7 @@ pip-log.txt
 .tox
 nosetests.xml
 
-# Compiled files
-*.so
-#*.py[cod]
-
-# EGG
+# Python Eggs
 *.egg
 *.egg-info
 develop-eggs
@@ -55,7 +69,7 @@ eggs
 # PyCharm
 .idea
 
-# Other development files
+# Other development stuff
 .svn
 *~
 *.orig
@@ -64,20 +78,7 @@ eggs
 *.project
 *.pydevproject
 *.rej
+/docs/_build/
+/pyload/
 DLC_*.py
 paver-minilib.zip
-
-# Certificates
-cert.pem
-ssl.crt
-ssl.key
-
-# Common pyLoad files
-*_links.txt
-links.txt
-module/config/core.xml
-module/config/plugin.xml
-module/web/pyload.db
-#pyload/config/core.xml
-#pyload/config/plugin.xml
-#pyload/web/pyload.db
-- 
cgit v1.2.3