From e101a132a036dc91a0f409512cd07fb89c4060ae Mon Sep 17 00:00:00 2001 From: "Stephen M. McQuay" Date: Tue, 1 May 2012 17:30:28 -0600 Subject: [PATCH] updated ignore file --HG-- rename : .gitignore => .hgignore --- .gitignore | 12 ------------ .hgignore | 2 ++ 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 .gitignore create mode 100644 .hgignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8df9393..0000000 --- a/.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -# Compiled Object files -*.slo -*.lo -*.o - -# Compiled Dynamic libraries -*.so - -# Compiled Static libraries -*.lai -*.la -*.a diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..b02a8a5 --- /dev/null +++ b/.hgignore @@ -0,0 +1,2 @@ +\.*.o +\.*.so