Commit 8b21e0bd710d0527c711fcae8e398b1152d3e669
1 parent
f37c6daf
add more file in ignore list
Showing
2 changed files
with
5 additions
and
2 deletions
Show diff stats
.gitignore
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" /> | ... | ... |