From 339559288a81188ad70ab9f822afd73802ba6e39 Mon Sep 17 00:00:00 2001 From: Billy Kozak Date: Wed, 23 Sep 2015 15:33:30 -0600 Subject: [PATCH] Ignore various build and temporary files Ignore: - .cooja - .swp (vim editor temporary files) - doc/latex/ - various build & temporary files generated in regression-tests --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index ca86d3acd..1421da289 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ obj_* symbols.* Makefile.target doc/html +doc/latex patches-* tools/tunslip tools/tunslip6 @@ -86,8 +87,14 @@ contiki-cc2530dk.lib *.d71 *.d81 +# Cooja Build Artifacts +*.cooja + #regression tests artifacts *.testlog +*.log.prog +regression-tests/[0-9][0-9]-*/report +regression-tests/[0-9][0-9]-*/org/ # rl78 build artifacts *.eval-adf7xxxmb4z