From 297b78cea6e3d3ee1f2e41e5c120b0dcf6cdfe97 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sat, 17 Jan 2015 12:47:39 -0500 Subject: [PATCH 1/3] Update Android.gitignore Gitignore the temp files directory generated by Android Studio's navigation editor tool. --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index ccf2efe0..bbf43704 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -25,3 +25,6 @@ proguard/ # Log Files *.log + +# Android Studio Navigation editor temp files +.navigation/ From 80b0942d7ee387917cc0fadbbba152da26849fb4 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Tue, 30 Jun 2015 12:12:42 -0700 Subject: [PATCH 2/3] Update Dart.gitignore As of Dart 1.12, the pub package manager will start generating a .packages file that will eventually replace the packages/ directory. --- Dart.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Dart.gitignore b/Dart.gitignore index 51834591..38548b37 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -3,6 +3,7 @@ .pub/ build/ packages +.packages # Or the files created by dart2js. *.dart.js From bb2e97662601b51a8148cf3beaa0d661612dfb45 Mon Sep 17 00:00:00 2001 From: Martin d'Allens Date: Mon, 27 Jul 2015 23:41:56 +0200 Subject: [PATCH 3/3] Add KiCad ignore for .bck and .kicad_pcb-bak These are two other filetypes that KiCad creates before overwriting something. --- KiCAD.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/KiCAD.gitignore b/KiCAD.gitignore index 3dd696ea..a9e50ba4 100644 --- a/KiCAD.gitignore +++ b/KiCAD.gitignore @@ -3,6 +3,8 @@ # Temporary files *.000 *.bak +*.bck +*.kicad_pcb-bak # Netlist files (exported from Eeschema) *.net