From ee8313e78d97edd6dbe4b9b32cf7c8dc6a99e03c Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Wed, 31 Oct 2018 16:06:14 +0800 Subject: [PATCH] gitignore: ignore backup files Signed-off-by: Sean Cross --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f68409e..fa77a42 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,12 @@ sym-lib-table *.bak -*.bck \ No newline at end of file +*.bck + +# Ignore backup files +_autosave-tomu-fpga.kicad_pcb +tomu-fpga.kicad_pcb-bak + +# Netlists contain references to the source file using +# local paths. Because of this, they are unsuitable +# for storing in source control. +tomu-fpga.net \ No newline at end of file