diff .hgignore @ 26999:ec0f2f745ea3

.hgignore: Ignore "CMakeLists.txt" for CLion support (bug #55901). * .hgignore: Add CMakeList.txt to files to ignore.
author Rik <rik@octave.org>
date Fri, 29 Mar 2019 09:34:32 -0700
parents 119353eb6b38
children 3c6a91ee72c2
line wrap: on
line diff
--- a/.hgignore	Fri Mar 29 08:23:16 2019 -0700
+++ b/.hgignore	Fri Mar 29 09:34:32 2019 -0700
@@ -28,6 +28,11 @@
 ^Makefile\.in$
 ^INSTALL$
 
+## CMake associated files
+# Octave doesn't use CMake, but some IDEs use this index file to indicate
+# what files are part of a project (e.g., CLion).  Ignore it (bug #55901).
+^CMakeLists.txt$
+
 ## Emacs associated files
 (^|/)TAGS$
 (^|/)semantic.cache$
@@ -60,7 +65,6 @@
 .*\.Plo$
 .*\.Po$
 
-
 ## DLDFCN associated files
 ^libinterp/dldfcn/module\.mk$
 (^|/)libinterp/dldfcn/PKG_ADD$