Skip to content
Snippets Groups Projects
Commit 22f7f062 authored by Krisztián Löki's avatar Krisztián Löki
Browse files

Do not create .cvsignore

No one is using cvs anymore
parent f02d2c88
No related branches found
No related tags found
No related merge requests found
...@@ -128,10 +128,10 @@ default: build ...@@ -128,10 +128,10 @@ default: build
prebuild: prebuild:
IGNOREFILES = .cvsignore .gitignore IGNOREFILES = .gitignore
%: ${IGNOREFILES} %: ${IGNOREFILES}
${IGNOREFILES}: ${IGNOREFILES}:
@echo -e "O.*\n.cvsignore\n.gitignore" > $@ @echo -e "O.*\n.gitignore" > $@
# Function that removes duplicates without re-ordering (unlike sort): # Function that removes duplicates without re-ordering (unlike sort):
define uniq define uniq
...@@ -1072,4 +1072,4 @@ endif # EPICSVERSION defined ...@@ -1072,4 +1072,4 @@ endif # EPICSVERSION defined
## ##
## Friday, July 3 2020 : Force all module names to be lowercase, to allow consistency between conda/nfs startup scripts. ## Friday, July 3 2020 : Force all module names to be lowercase, to allow consistency between conda/nfs startup scripts.
## ##
## $(DATE) : Removed the V3-specific code. Added metadata file. ## $(DATE) : Removed the V3-specific code. Added metadata file.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment