From d48f063d60a7bf3041440d633d16c17c7c9e288b Mon Sep 17 00:00:00 2001 From: andres-mancera Date: Thu, 13 Nov 2014 14:40:35 -0800 Subject: Adding gitignore file for Synopsys VCS simulator. --- SynopsysVCS.gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 SynopsysVCS.gitignore diff --git a/SynopsysVCS.gitignore b/SynopsysVCS.gitignore new file mode 100644 index 00000000..eccccd1d --- /dev/null +++ b/SynopsysVCS.gitignore @@ -0,0 +1,27 @@ +# Waveforms +*.vpd +*.vcd +*.evcd + +# Binary files +simv + +# Directories used for compilation +csrc/ +simv.daidir/ + +# Log files +*.log + +# DVE, UCLI related files +DVEfiles/ +ucli* +*.key + +# Coverage related files +simv.vdb/ +urgReport/ + +# Editor backup files +*.swp +*~ -- cgit v1.2.3 From 0854e488063f403b1be81891e901e26490355d62 Mon Sep 17 00:00:00 2001 From: andres-mancera Date: Wed, 21 Jan 2015 10:00:29 -0800 Subject: Removing the last two lines since they are editor-specific (Namely, VI and Emacs). As Carl has pointed out, they are covered by other templates under Global/. --- SynopsysVCS.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SynopsysVCS.gitignore b/SynopsysVCS.gitignore index eccccd1d..97317896 100644 --- a/SynopsysVCS.gitignore +++ b/SynopsysVCS.gitignore @@ -21,7 +21,3 @@ ucli* # Coverage related files simv.vdb/ urgReport/ - -# Editor backup files -*.swp -*~ -- cgit v1.2.3 From e3f9a545153274743bf03e4782fccd1766eca49e Mon Sep 17 00:00:00 2001 From: andres-mancera Date: Wed, 21 Jan 2015 20:45:09 -0800 Subject: Moving SynopsysVCS.gitignore into Global/. Whether to use VCS or any other simulator is a choice of the individual designer rather than of the project as a whole. --- Global/SynopsysVCS.gitignore | 23 +++++++++++++++++++++++ SynopsysVCS.gitignore | 23 ----------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 Global/SynopsysVCS.gitignore delete mode 100644 SynopsysVCS.gitignore diff --git a/Global/SynopsysVCS.gitignore b/Global/SynopsysVCS.gitignore new file mode 100644 index 00000000..97317896 --- /dev/null +++ b/Global/SynopsysVCS.gitignore @@ -0,0 +1,23 @@ +# Waveforms +*.vpd +*.vcd +*.evcd + +# Binary files +simv + +# Directories used for compilation +csrc/ +simv.daidir/ + +# Log files +*.log + +# DVE, UCLI related files +DVEfiles/ +ucli* +*.key + +# Coverage related files +simv.vdb/ +urgReport/ diff --git a/SynopsysVCS.gitignore b/SynopsysVCS.gitignore deleted file mode 100644 index 97317896..00000000 --- a/SynopsysVCS.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -# Waveforms -*.vpd -*.vcd -*.evcd - -# Binary files -simv - -# Directories used for compilation -csrc/ -simv.daidir/ - -# Log files -*.log - -# DVE, UCLI related files -DVEfiles/ -ucli* -*.key - -# Coverage related files -simv.vdb/ -urgReport/ -- cgit v1.2.3