From e2578189f26dc491e27d9878148efd4c7a46fc9d Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Sat, 10 Feb 2018 10:42:46 +0100 Subject: [PATCH] .gitignore --- templates/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/README.md b/templates/README.md index 62c4101..095d06d 100644 --- a/templates/README.md +++ b/templates/README.md @@ -264,6 +264,13 @@ them. The test-time dependencies are listed in `test-requirements.txt`. If this file does not exist, just remove the line that says `<TEST_DEPS>`. +### Left-over conda build files + +The conda build command creates a temporary file named `record.txt` in the +project directory. Please make sure it is added in the `.gitignore` file so +that is not committed to the project repository by mistake. + + ### Database packages and packages with extra data Sometimes databases or other packages require an extra download command after -- GitLab