summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-08-27 23:53:03 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-08-28 04:40:23 +0200
commitb8da87bf931820ad6332d93fa0cf013d730c265e (patch)
treed9e626c98ebdf3c610546334ac7e80669dd61b93 /.gitignore
parentCREDITS.md (diff)
downloadpyload-b8da87bf931820ad6332d93fa0cf013d730c265e.tar.xz
Update .gitattributes & .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore89
1 files changed, 45 insertions, 44 deletions
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