From: Luke Kenneth Casson Leighton Date: Thu, 22 Mar 2018 10:57:06 +0000 (+0000) Subject: add gitignore for vi swap and pyc files X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=203c1bddfd3258e1187847e0e901668227cfdca4;p=pinmux.git add gitignore for vi swap and pyc files --- diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..e61d151 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,2 @@ +.*.sw? +*.py?