Added folder .gitignore to avoid pushing binaries
Removed bin folder with object files and the final binaries from source control
This commit is contained in:
parent
4e72f31f11
commit
f464eb8a72
1 changed files with 5 additions and 0 deletions
5
Raspberry Pi/c/.gitignore
vendored
Normal file
5
Raspberry Pi/c/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
bin/
|
||||||
|
epd
|
||||||
|
libepd.so
|
||||||
|
.*.swp
|
||||||
|
.*.swo
|
||||||
Loading…
Add table
Add a link
Reference in a new issue