summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKirk Shoop <kirk.shoop@microsoft.com>2015-06-04 07:52:22 -0700
committerKirk Shoop <kirk.shoop@microsoft.com>2015-06-04 08:22:07 -0700
commit001ac1e827530a3b0e7411b77c37be89c95251c0 (patch)
tree4500b72e2e15a8f2253ee72f3487530c2c276296 /.gitignore
parent73b1adbbabb43c8bb887178de628e0871e6b350d (diff)
downloadRxCpp-001ac1e827530a3b0e7411b77c37be89c95251c0.tar.gz
CMake - require 3.2 and refactor
NOTE: binaries have moved! OSX <build>/test/rxcppv2_test <build>/examples/pythagorian/pythagorian Windows <build>\test\Debug\rxcppv2_test.exe <build>\examples\pythagorian\Debug\pythagorian.exe NOTE: cmake can be run in the root! This will make a dir named build with the binaries cmake . cmake --build .
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d9537e2..558f52c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -105,11 +105,14 @@ Desktop.ini
## CMake
############
+build/*
projects/*
!projects/CMake/CMakeLists.txt
+!projects/CMake/shared.cmake
!projects/nuget/rxcpp.autopackage
!projects/doxygen
!projects/scripts
+Testing/*
CMakeCache.txt
CMakeFiles