From 7f531954cc13ba061c3d537f3c7daa537321d3a7 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 24 Jun 2008 00:08:37 +0200 Subject: Added .hgignore --- .hgignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .hgignore (limited to '.hgignore') diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..9b38319 --- /dev/null +++ b/.hgignore @@ -0,0 +1,27 @@ + +syntax: regexp +^\.deps/ +^\.libs/ +^\.project$ +^\.cproject$ + +syntax: regexp +\.o$ +syntax: regexp +\.lo$ +syntax: regexp +^config\.h$ +syntax: regexp +^config\.log$ +syntax: regexp +^config\.status$ +syntax: regexp +^libneofx\.la$ +syntax: regexp +^libneofx-0\.1\.pc$ +syntax: regexp +^libtool$ +syntax: regexp +^Makefile$ +syntax: regexp +^stamp-h1$ \ No newline at end of file -- cgit v1.2.3