From d1964c202e87508563883a95ad12f1a1d3472193 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 23 May 2014 13:20:05 +0300 Subject: [PATCH] Replace INSTALL symlink with .gitignore entry. This should prevent Supybot's INSTALL file from coming in case of merge. Or at least I hope so. --- .gitignore | 1 + INSTALL | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 INSTALL diff --git a/.gitignore b/.gitignore index 9cc03ecd6..68992330b 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ test-conf/ test-data/ test-logs/ src/version.py +INSTALL diff --git a/INSTALL b/INSTALL deleted file mode 120000 index 13dc4196d..000000000 --- a/INSTALL +++ /dev/null @@ -1 +0,0 @@ -INSTALL.md \ No newline at end of file