diff options
author | Waqas Hussain <waqas20@gmail.com> | 2009-06-04 20:48:23 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2009-06-04 20:48:23 +0500 |
commit | 1355e1a64a303cfd22602b38359899417dc5b863 (patch) | |
tree | afa13841edb76f6fc1f481efe20f027aac3db3ce /.hgignore | |
parent | f39a3c3f1cb89cec099756de35ee95251aa49c3a (diff) | |
parent | a82a7d386ca2cbfb1db79e2cede363516f0a0f99 (diff) | |
download | prosody-1355e1a64a303cfd22602b38359899417dc5b863.tar.gz prosody-1355e1a64a303cfd22602b38359899417dc5b863.zip |
Merge with trunk
Diffstat (limited to '.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 |