diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | simple_gemac/.gitignore | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 30eee31c6..a12cca79c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ xlnx_auto_* +*.log diff --git a/simple_gemac/.gitignore b/simple_gemac/.gitignore index 515552fdb..17f35e962 100644 --- a/simple_gemac/.gitignore +++ b/simple_gemac/.gitignore @@ -1,2 +1,4 @@ /a.out /*.vcd +simple_gemac_wrapper_tb + |