From a6f168d1ac3588c835a37cc38f7684b63b04ee9e Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Tue, 18 Nov 2014 23:08:07 -0500 Subject: [PATCH] Rename file to avoid case-insensitive collision --- samples/FORTRAN/{sample1.F => sample3.F} | 0 samples/Forth/{core.F => core1.F} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename samples/FORTRAN/{sample1.F => sample3.F} (100%) rename samples/Forth/{core.F => core1.F} (100%) diff --git a/samples/FORTRAN/sample1.F b/samples/FORTRAN/sample3.F similarity index 100% rename from samples/FORTRAN/sample1.F rename to samples/FORTRAN/sample3.F diff --git a/samples/Forth/core.F b/samples/Forth/core1.F similarity index 100% rename from samples/Forth/core.F rename to samples/Forth/core1.F