diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-06-04 15:17:39 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-06-04 15:17:39 +0100 |
commit | 5721c294bac645fcf26ce1e69b4f40f2b52e3dca (patch) | |
tree | 6b44b509bd83eda5530df4b9fbbd31fb9ecca855 | |
parent | 42fe90c6c853c20f296baa476d647d7cd57f9279 (diff) | |
download | prosody-5721c294bac645fcf26ce1e69b4f40f2b52e3dca.tar.gz prosody-5721c294bac645fcf26ce1e69b4f40f2b52e3dca.zip |
Adding .hgignore
-rw-r--r-- | .hgignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..b7f3c20c --- /dev/null +++ b/.hgignore @@ -0,0 +1,22 @@ +syntax: glob +.hgignore +data +local +www_files +html/* +prosody.lua +prosody.cfg.lua +config.unix +*.patch +*.orig +*.rej +*.save +*~ +*.report +*.o +*.so +*.install +*.pid +*.log +*.err +*.debug |