Author: rinrab
Date: Thu Jun 27 12:18:52 2024
New Revision: 1918705
URL: http://svn.apache.org/viewvc?rev=1918705&view=rev
Log:
On the 'cmake' branch: Update ignores to ignore generated, built, and
temporary CMake files.
Justifications
--------------
out/: Ignored, because it is one of the standard build, temporary, and install
directories for CMake and default for the Visual Studio integration. The
other common build directory is 'build', but it is already used for build
tools.
CMakeLists.txt: This file is generated by the `./gen-make -t cmake` command,
so it should be ignored.
CMakeSettings.json: Also ignore this file because used by CMake Visual Studio
integration for storing the settings for the project and will be immediately
generated, when changing them.
* trunk/
(svn:ignore): Ignore 'out', 'CMakeLists.txt', 'CMakeSettings.json'
files and directories.
Modified:
subversion/branches/cmake/ (props changed)
Propchange: subversion/branches/cmake/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Jun 27 12:18:52 2024
@@ -65,3 +65,6 @@ compile_commands.json
.swig_pl_checked
.swig_py_checked
.swig_rb_checked
+out
+CMakeLists.txt
+CMakeSettings.json