From f464eb8a7212f6c8c5f225d2e637d32e6dfff3bf Mon Sep 17 00:00:00 2001 From: Berenguer Montserrat Date: Sun, 28 Jul 2019 11:35:50 +0200 Subject: [PATCH] Added folder .gitignore to avoid pushing binaries Removed bin folder with object files and the final binaries from source control --- Raspberry Pi/c/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Raspberry Pi/c/.gitignore diff --git a/Raspberry Pi/c/.gitignore b/Raspberry Pi/c/.gitignore new file mode 100644 index 0000000..2229888 --- /dev/null +++ b/Raspberry Pi/c/.gitignore @@ -0,0 +1,5 @@ +bin/ +epd +libepd.so +.*.swp +.*.swo