From 63167e093fd7e5b30b01b7ff27456767b24fa074 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 2 Oct 2013 20:38:30 +1300 Subject: [PATCH] Ignore editor files. There's no reason folk would ever want to commit these. Change-Id: I1ec0757280ef15e3ba3cf003c6cca1eda40f6e53 --- {{cookiecutter.repo_name}}/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/{{cookiecutter.repo_name}}/.gitignore b/{{cookiecutter.repo_name}}/.gitignore index 3e1bc6f..dfe851d 100644 --- a/{{cookiecutter.repo_name}}/.gitignore +++ b/{{cookiecutter.repo_name}}/.gitignore @@ -45,3 +45,7 @@ doc/build # pbr generates these AUTHORS ChangeLog + +# Editors +*~ +.*.swp