Commit 8b21e0bd710d0527c711fcae8e398b1152d3e669

Authored by David RENÉ
1 parent f37c6daf

add more file in ignore list

Showing 2 changed files with 5 additions and 2 deletions   Show diff stats
.gitignore
... ... @@ -4,3 +4,8 @@ ds_files/types/generated/
4 4 labo/modal_interface_files/banner.jpg
5 5 labo/
6 6 *.sc
  7 +/library
  8 +/documentation/hayamiki.gv
  9 +/documentation/hayamiki.png
  10 +/documentation/hayamiki.svg
  11 +/ds_files/densaku.ini
... ...
hayamiki_generator.aproj
... ... @@ -18,7 +18,6 @@
18 18 <DebugSymbols>True</DebugSymbols>
19 19 <DebugType>Full</DebugType>
20 20 <Optimize>False</Optimize>
21   - <CommandLine>-sc</CommandLine>
22 21 </PropertyGroup>
23 22 <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
24 23 <OutputPath>bin\Release\</OutputPath>
... ... @@ -528,7 +527,6 @@
528 527 <Compile Include="library\xml\basic_xml_parser.anubis" />
529 528 <Compile Include="library\xml\xml_parser.apg.anubis" />
530 529 <Compile Include="src\check.anubis" />
531   - <Compile Include="src\generation\anubis.anubis" />
532 530 <Compile Include="src\generation\choices_selector.anubis" />
533 531 <Compile Include="src\generation\columns.anubis" />
534 532 <Compile Include="src\generation\create_table.anubis" />
... ...