summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-10 12:28:33 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-08-12 01:13:11 +0100
commitb5cfd33340a57f6056cc99c6f6555b10f0e82971 (patch)
tree26d3df2f0ade31e4dd7938b057532156a43d8441 /.gitignore
parent459f8f201393ac458445aebbd14c45bf4d6f5912 (diff)
Add and use CMake build script
Also, fix the hstox build that was taking half an hour. It now takes 5 minutes. Also, perform distcheck on travis to ensure that make dist works. It's not actually failing the build at the moment due to broken tests.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4d92363b..4248f326 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,9 @@ Thumbs.db
10*.tmp 10*.tmp
11 11
12# Make 12# Make
13/_build
14/_install
15/tox-0.0.0*
13CMakeCache.txt 16CMakeCache.txt
14CMakeFiles 17CMakeFiles
15Makefile 18Makefile