From 5f7af1cb0f41add52e50bf1611659899782404c0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 4 Apr 2012 20:49:01 -0400 Subject: [PATCH] bzr settings --- .bazaar/bazaar.conf | 11 +++++++++++ .bazaar/ignore | 8 ++++++++ 2 files changed, 19 insertions(+) create mode 100644 .bazaar/bazaar.conf create mode 100644 .bazaar/ignore 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] +*~ +.#* +[#]*# -- 2.39.5