No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 146B

123456789101112
  1. # Ignore everything
  2. *
  3. # ...even if they are in subdirectories
  4. !*/
  5. # Except vhdl files
  6. !.gitignore
  7. !*.vhd
  8. # and simulation config files
  9. !*.wcfg