diff options
author | Stefano <l.stickell@yahoo.it> | 2014-03-21 15:35:03 +0100 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-03-21 15:35:03 +0100 |
commit | 287fcd6cb8db1c2fd7875d8eb1c8a54c315e8a80 (patch) | |
tree | e4aa47a575743d3d852d3ed96784653dd5007122 /.hgignore | |
parent | FreeWayMe: cosmetics (diff) | |
download | pyload-287fcd6cb8db1c2fd7875d8eb1c8a54c315e8a80.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/* |