diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2008-06-24 00:08:37 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2008-06-24 00:08:37 +0200 |
commit | 7f531954cc13ba061c3d537f3c7daa537321d3a7 (patch) | |
tree | 6a2e476a1ec6f03351f4d3d0dbd0c77584428b95 | |
parent | da5b329d8aded1526d4e4ec9d49c2f6359a4ee97 (diff) | |
download | libneofx-master.tar libneofx-master.zip |
-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 |