From 5278b5d98be13bf5a8b80235b1deb6766ef6c494 Mon Sep 17 00:00:00 2001 From: Nicholas O'Connor Date: Thu, 23 Mar 2017 18:09:18 -0700 Subject: [PATCH] still learning to cmake correctly --- .gitignore | 15 ++++++--------- bootstrap | 4 ---- 2 files changed, 6 insertions(+), 13 deletions(-) delete mode 100644 bootstrap diff --git a/.gitignore b/.gitignore index 384b6b6..e10b1a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,16 @@ *.in *.o +*.so */.deps -compile -config.* -configure -depcomp -install-sh -missing -stamp-h1 +build/ + +CMakeFiles/ +CMakeCache.txt +cmake_install.cmake Makefile */Makefile -aclocal.m4 -autom4te.cache src/version.cpp src/bottles/commands.cpp diff --git a/bootstrap b/bootstrap deleted file mode 100644 index ece8cd7..0000000 --- a/bootstrap +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# /usr can be changed to another prefix if you desire -cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .