netbeans project + .hgignore updates v_0 v0.9
authorFrantišek Kučera <franta-hg@frantovo.cz>
Thu, 17 Jan 2019 23:26:49 +0100
branchv_0
changeset 35 5f79c1a30f9f
parent 34 bd596c95395b
child 36 96a623fca71e
netbeans project + .hgignore updates
.hgignore
nbproject/configurations.xml
nbproject/project.xml
--- a/.hgignore	Thu Dec 20 00:26:00 2018 +0100
+++ b/.hgignore	Thu Jan 17 23:26:49 2019 +0100
@@ -1,6 +1,7 @@
 syntax: glob
 
 *~
+CMakeLists.txt.user
 
 syntax: regexp
 
@@ -10,5 +11,3 @@
 ^dist/
 ^build/
 ^nbproject/private/
-
-^.*\.qtcreator\.(config|creator|files|includes)
--- a/nbproject/configurations.xml	Thu Dec 20 00:26:00 2018 +0100
+++ b/nbproject/configurations.xml	Thu Jan 17 23:26:49 2019 +0100
@@ -43,7 +43,6 @@
     <df root="." name="0">
       <df name="src">
         <in>Factory.cpp</in>
-        <in>welcome.cc</in>
       </df>
     </df>
     <logicalFolder name="ExternalFiles"
@@ -68,7 +67,6 @@
       </toolsSet>
       <flagsDictionary>
         <element flagsID="0" commonFlags="-fsanitize=address -fPIC"/>
-        <element flagsID="1" commonFlags="-std=c++14"/>
       </flagsDictionary>
       <codeAssistance>
       </codeAssistance>
@@ -96,13 +94,6 @@
           </preprocessorList>
         </ccTool>
       </item>
-      <item path="src/welcome.cc" ex="false" tool="1" flavor2="11">
-        <ccTool flags="1">
-          <incDir>
-            <pElem>src</pElem>
-          </incDir>
-        </ccTool>
-      </item>
     </conf>
     <conf name="Release" type="0">
       <toolsSet>
@@ -110,9 +101,6 @@
         <dependencyChecking>false</dependencyChecking>
         <rebuildPropChanged>false</rebuildPropChanged>
       </toolsSet>
-      <flagsDictionary>
-        <element flagsID="0" commonFlags="-O3 -xO3"/>
-      </flagsDictionary>
       <codeAssistance>
       </codeAssistance>
       <makefileType>
@@ -136,10 +124,6 @@
           <preBuildFirst>true</preBuildFirst>
         </preBuild>
       </makefileType>
-      <item path="src/welcome.cc" ex="false" tool="1" flavor2="9">
-        <ccTool flags="0">
-        </ccTool>
-      </item>
     </conf>
   </confs>
 </configurationDescriptor>
--- a/nbproject/project.xml	Thu Dec 20 00:26:00 2018 +0100
+++ b/nbproject/project.xml	Thu Jan 17 23:26:49 2019 +0100
@@ -5,7 +5,7 @@
         <data xmlns="http://www.netbeans.org/ns/make-project/1">
             <name>relpipe-lib-writer.cpp</name>
             <c-extensions/>
-            <cpp-extensions>cc,cpp</cpp-extensions>
+            <cpp-extensions>cpp</cpp-extensions>
             <header-extensions>h</header-extensions>
             <sourceEncoding>UTF-8</sourceEncoding>
             <make-dep-projects/>