diff options
author | Stefano <l.stickell@yahoo.it> | 2014-03-21 15:48:35 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-06-28 02:45:30 +0200 |
commit | 1242d6df6b47518044f29d127bac8d2d9adf21db (patch) | |
tree | 76ea85a928e068b33f269c26d3c6940d6a8327df /.hgignore | |
parent | [UpdateManager] Store new pyload's version number when a system update is ava... (diff) | |
download | pyload-1242d6df6b47518044f29d127bac8d2d9adf21db.tar.xz |
Added .gitignore
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.hgignore b/.hgignore deleted file mode 100644 index 1215b241d..000000000 --- a/.hgignore +++ /dev/null @@ -1,36 +0,0 @@ -# ignoreing unneeded files, using glob syntax -syntax: glob -*.pyc -*~ -*.pidaproject -.svn -*.DS_Store -*.egg-info -*.project -*.pydevproject -Downloads/* -container/* -Logs/* -docs/module/ -docs/_build -module/plugins/container/DLC_*.py -failed_links.txt -module/config/gui.xml -module/config/core.xml -module/config/plugin.xml -links.txt -ssl.crt -ssl.key -cert.pem -module/web/pyload.db -*.svg -*.prefs -*.po -*.orig -*.rej -pyload/* -dist/* -build/* -setup.py -paver-minilib.zip -env/* |