From 129a44b8ce7d42766b2632a20bfaecc2daa40fe4 Mon Sep 17 00:00:00 2001 From: orbea Date: Fri, 29 Dec 2017 19:27:12 -0800 Subject: [PATCH] gitignore: Add .tmp and .tmp.c These are test programs for checking if features can be enabled and should not be committed. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 918fe5bd01..75d80e77c1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ *.elf *.dol *.map +.tmp +.tmp.c config.log /retroarch /retroarch.cfg