summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorBaruch Sterin <baruchs@gmail.com>2015-10-21 22:56:15 -0700
committerBaruch Sterin <baruchs@gmail.com>2015-10-21 22:56:15 -0700
commit9b3a358e6fba7ee6bd4811ed95f3c8c62e056152 (patch)
tree7f86a03f848f51a04b3cac754457afabe6f3fd97 /.hgignore
parent28f2063caa7fb8864a63622a40f54bb70d1be08e (diff)
downloadabc-9b3a358e6fba7ee6bd4811ed95f3c8c62e056152.tar.gz
abc-9b3a358e6fba7ee6bd4811ed95f3c8c62e056152.tar.bz2
abc-9b3a358e6fba7ee6bd4811ed95f3c8c62e056152.zip
Makefile: Add a CMakeLists.txt that uses the regular Makefile to compute flags and source file. This is a ugly hack, mainly to allow the use of CLion with ABC. Include some changes in the Makefile to support that.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 95c7dd87..66611e62 100644
--- a/.hgignore
+++ b/.hgignore
@@ -46,6 +46,9 @@ src/python/bdist
src/python/pyabc.py
src/python/pyabc_wrap.*
+.idea/
+build/
+
syntax: regexp
^libabc.a$