mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-12 22:36:02 -04:00
- Added netbeans project file to .gitignore
- Remove trailing whitespaces from file VInstanceBlock.java
This commit is contained in:
parent
f04922efac
commit
178ef8a14c
3
.gitignore
vendored
3
.gitignore
vendored
@ -73,3 +73,6 @@ buildNumber.properties
|
||||
/Digital.sh
|
||||
/upload.sh
|
||||
/copyToPluginExample.sh
|
||||
|
||||
#netbeans project files
|
||||
nbactions.xml
|
@ -13,7 +13,7 @@ import java.util.ArrayList;
|
||||
|
||||
/**
|
||||
* Represents a verilog component instantiation
|
||||
*
|
||||
*
|
||||
* @author ideras
|
||||
*/
|
||||
public class VInstanceBlock extends VStatement {
|
||||
|
Loading…
x
Reference in New Issue
Block a user