git repos / PlatformFolders

commit 279d04df

sago007 · 2016-07-09 09:57
279d04df568e61ee1d74c0f770f7d989dd4afa95 patch · browse files
parent f05ec00d65d4b827b7b9049fabbd3393d3d7ff9d

Remove the NetBeans project files

Changed files

M .gitignore before
D nbproject/configurations.xml before
D nbproject/project.xml before
diff --git a/.gitignore b/.gitignore index 02f4869..6f5a894 100644 --- a/.gitignore +++ b/.gitignore
@@ -33,3 +33,4 @@ private
doxygen
*~
platform_folders
+nbproject
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml deleted file mode 100644 index 0db81cd..0000000 --- a/nbproject/configurations.xml +++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="97">
- <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
- <df root="." name="0">
- <df name="sago">
- <in>platform_folders.cpp</in>
- </df>
- <in>platform_folders.cpp</in>
- </df>
- <logicalFolder name="ExternalFiles"
- displayName="Important Files"
- projectFiles="false"
- kind="IMPORTANT_FILES_FOLDER">
- <itemPath>Makefile</itemPath>
- </logicalFolder>
- </logicalFolder>
- <sourceFolderFilter>^(nbproject)$</sourceFolderFilter>
- <sourceRootList>
- <Elem>.</Elem>
- </sourceRootList>
- <projectmakefile>Makefile</projectmakefile>
- <confs>
- <conf name="Default" type="0">
- <toolsSet>
- <compilerSet>default</compilerSet>
- <dependencyChecking>false</dependencyChecking>
- <rebuildPropChanged>false</rebuildPropChanged>
- </toolsSet>
- <flagsDictionary>
- <element flagsID="0" commonFlags="-O2 -std=c++03"/>
- </flagsDictionary>
- <codeAssistance>
- </codeAssistance>
- <makefileType>
- <makeTool>
- <buildCommandWorkingDir>.</buildCommandWorkingDir>
- <buildCommand>${MAKE} -f Makefile</buildCommand>
- <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
- <executablePath>platform_folders.out</executablePath>
- </makeTool>
- <preBuild>
- <preBuildCommandWorkingDir>.</preBuildCommandWorkingDir>
- <preBuildCommand></preBuildCommand>
- </preBuild>
- </makefileType>
- <folder path="0/sago">
- <ccTool>
- <incDir>
- <pElem>.</pElem>
- </incDir>
- </ccTool>
- </folder>
- <item path="platform_folders.cpp" ex="false" tool="1" flavor2="4">
- <ccTool flags="0">
- </ccTool>
- </item>
- <item path="sago/platform_folders.cpp" ex="false" tool="1" flavor2="4">
- <ccTool flags="0">
- </ccTool>
- </item>
- </conf>
- </confs>
-</configurationDescriptor>
diff --git a/nbproject/project.xml b/nbproject/project.xml deleted file mode 100644 index 0402536..0000000 --- a/nbproject/project.xml +++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://www.netbeans.org/ns/project/1">
- <type>org.netbeans.modules.cnd.makeproject</type>
- <configuration>
- <data xmlns="http://www.netbeans.org/ns/make-project/1">
- <name>platform_folders</name>
- <c-extensions/>
- <cpp-extensions>cpp</cpp-extensions>
- <header-extensions>h</header-extensions>
- <sourceEncoding>UTF-8</sourceEncoding>
- <make-dep-projects/>
- <sourceRootList>
- <sourceRootElem>.</sourceRootElem>
- </sourceRootList>
- <confList>
- <confElem>
- <name>Default</name>
- <type>0</type>
- </confElem>
- </confList>
- <formatting>
- <project-formatting-style>false</project-formatting-style>
- </formatting>
- </data>
- </configuration>
-</project>