diff options
122 files changed, 10569 insertions, 534 deletions
@@ -1,5 +1,21 @@ | |||
1 | # Directories # | ||
2 | /build/ | ||
3 | /bin/ | ||
4 | target/ | ||
5 | |||
6 | # OS Files # | ||
7 | .DS_Store | ||
8 | |||
9 | *.class | ||
1 | 10 | ||
2 | # Quartus II output files | 11 | # Quartus II output files |
3 | output_files/ | 12 | output_files/ |
4 | db/ | 13 | db/ |
5 | incremental_db/ | 14 | incremental_db/ |
15 | |||
16 | ###################### | ||
17 | # TeXlipse | ||
18 | ###################### | ||
19 | |||
20 | report/out/** | ||
21 | report/tmp/** | ||
@@ -5,7 +5,13 @@ | |||
5 | <projects> | 5 | <projects> |
6 | </projects> | 6 | </projects> |
7 | <buildSpec> | 7 | <buildSpec> |
8 | <buildCommand> | ||
9 | <name>net.sourceforge.texlipse.builder.TexlipseBuilder</name> | ||
10 | <arguments> | ||
11 | </arguments> | ||
12 | </buildCommand> | ||
8 | </buildSpec> | 13 | </buildSpec> |
9 | <natures> | 14 | <natures> |
15 | <nature>net.sourceforge.texlipse.builder.TexlipseNature</nature> | ||
10 | </natures> | 16 | </natures> |
11 | </projectDescription> | 17 | </projectDescription> |