From 1a94b076e59a244f0a115bc6564d86cce795f021 Mon Sep 17 00:00:00 2001 From: skarg Date: Thu, 19 Dec 2013 23:17:33 +0000 Subject: [PATCH] added EOL and igrore files for working within mercurial. --- bacnet-stack/.hgeol | 2 ++ bacnet-stack/.hgignore | 30 ++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 bacnet-stack/.hgeol create mode 100644 bacnet-stack/.hgignore diff --git a/bacnet-stack/.hgeol b/bacnet-stack/.hgeol new file mode 100644 index 00000000..b6910a22 --- /dev/null +++ b/bacnet-stack/.hgeol @@ -0,0 +1,2 @@ +[patterns] +** = native diff --git a/bacnet-stack/.hgignore b/bacnet-stack/.hgignore new file mode 100644 index 00000000..6904232b --- /dev/null +++ b/bacnet-stack/.hgignore @@ -0,0 +1,30 @@ +# use glob syntax. +syntax: glob + +*.o +*.exe +*.bak +*~ +*.dep +*.orig +*.hex +*.map +*.bin +*.out +*.sim +*.dbgdt +*.dni +*.jlink +*.wsdt +*.config +*.pbd +*.ewd +*.d +*.r90 +*.r90 +*.s90 +*.pbi +*.cap +*.pcapng +*.pcap +*.patch