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 .