Remove netbeans project, and augment gitignore

This commit is contained in:
Timothy Warren 2015-04-29 21:36:46 -04:00
parent 2b2175220f
commit cf62f09bc4
3 changed files with 2 additions and 167 deletions

4
.gitignore vendored
View File

@ -5,8 +5,8 @@ bin/*
obj/*
build/*
**/*.o
Tyro.app/*
nbproject/private/*
nbproject/*
.idea/*
config/*_json.h
config/json2c
**/*.exe

View File

@ -1,139 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<configurationDescriptor version="95">
<logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
<df root="." name="0">
<df name="config">
<in>json2c.c</in>
<in>themes.json</in>
</df>
<df name="include">
<in>jsoncpp.cpp</in>
</df>
<df name="resources">
<df name="platform">
<df name="msw">
<in>resource.rc</in>
</df>
</df>
</df>
<df name="src">
<df name="network">
<in>SFTP.cpp</in>
</df>
<df name="settings">
<in>Config.cpp</in>
<in>Config.h</in>
</df>
<df name="widgets">
<in>EditPane.cpp</in>
<in>MainFrame.cpp</in>
<in>TabContainer.cpp</in>
</df>
<in>TyroApp.cpp</in>
</df>
</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="-Os -fPIC"/>
</flagsDictionary>
<codeAssistance>
</codeAssistance>
<makefileType>
<makeTool>
<buildCommandWorkingDir>.</buildCommandWorkingDir>
<buildCommand>${MAKE} -f Makefile</buildCommand>
<cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
<executablePath></executablePath>
</makeTool>
</makefileType>
<item path="config/json2c.c" ex="false" tool="0" flavor2="0">
</item>
<item path="config/themes.json" ex="false" tool="3" flavor2="0">
</item>
<folder path="0/include">
<ccTool>
<incDir>
<pElem>src</pElem>
<pElem>include</pElem>
<pElem>.</pElem>
</incDir>
</ccTool>
</folder>
<folder path="0/src/network">
<ccTool>
<incDir>
<pElem>src</pElem>
<pElem>include</pElem>
<pElem>.</pElem>
</incDir>
</ccTool>
</folder>
<folder path="0/src/widgets">
<ccTool>
<incDir>
<pElem>/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0</pElem>
<pElem>/usr/include/wx-3.0</pElem>
<pElem>.</pElem>
</incDir>
<preprocessorList>
<Elem>WXUSINGDLL</Elem>
<Elem>_FILE_OFFSET_BITS=64</Elem>
<Elem>__WXGTK__</Elem>
</preprocessorList>
</ccTool>
</folder>
<item path="include/jsoncpp.cpp" ex="false" tool="1" flavor2="0">
<ccTool flags="0">
</ccTool>
</item>
<item path="resources/platform/msw/resource.rc" ex="false" tool="3" flavor2="0">
</item>
<item path="src/TyroApp.cpp" ex="false" tool="1" flavor2="0">
<ccTool>
<incDir>
<pElem>/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0</pElem>
<pElem>/usr/include/wx-3.0</pElem>
<pElem>.</pElem>
</incDir>
<preprocessorList>
<Elem>WXUSINGDLL</Elem>
<Elem>_FILE_OFFSET_BITS=64</Elem>
<Elem>__WXGTK__</Elem>
</preprocessorList>
</ccTool>
</item>
<item path="src/network/SFTP.cpp" ex="false" tool="1" flavor2="0">
<ccTool flags="0">
</ccTool>
</item>
<item path="src/settings/Config.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="src/settings/Config.h" ex="false" tool="3" flavor2="0">
</item>
<item path="src/widgets/EditPane.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="src/widgets/MainFrame.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="src/widgets/TabContainer.cpp" ex="false" tool="1" flavor2="0">
</item>
</conf>
</confs>
</configurationDescriptor>

View File

@ -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>Tyro</name>
<c-extensions>c</c-extensions>
<cpp-extensions>cc,cpp</cpp-extensions>
<header-extensions>h,hpp,xpm</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>