From: Mike Frysinger Date: Thu, 5 Apr 2012 00:49:01 +0000 (-0400) Subject: bzr settings X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5f7af1cb0f41add52e50bf1611659899782404c0;p=home.git bzr settings --- diff --git a/.bazaar/bazaar.conf b/.bazaar/bazaar.conf new file mode 100644 index 0000000..d9f0751 --- /dev/null +++ b/.bazaar/bazaar.conf @@ -0,0 +1,11 @@ +[DEFAULT] +email = Mike Frysinger +smtp_server = localhost:1111 +[ALIASES] +d = diff +a = add +h = help +b = branch +ci = commit +l = log +se = send diff --git a/.bazaar/ignore b/.bazaar/ignore new file mode 100644 index 0000000..a9081c2 --- /dev/null +++ b/.bazaar/ignore @@ -0,0 +1,8 @@ +*.a +*.o +*.py[co] +*.so +*.sw[nop] +*~ +.#* +[#]*#