diff options
-rw-r--r-- | .hgignore | 27 |
1 files changed, 27 insertions, 0 deletions
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 |