IT8951-ePaper icon indicating copy to clipboard operation
IT8951-ePaper copied to clipboard

Add `Raspberry/epd` to `.gitignore`

Open abhillman opened this issue 1 year ago • 0 comments

Before:

% git status
HEAD detached at 8640693
Untracked files:
  (use "git add <file>..." to include in what will be committed)
	epd

After:

% ls -la epd
-rw-r--r--  1 abhillman  staff  0 Apr 17 16:51 epd
% git status
On branch abhillman/add-epd-to-gitignore
Your branch is up to date with 'origin/abhillman/add-epd-to-gitignore'.

nothing to commit, working tree clean

cc/ @shhds @waveshare

abhillman avatar Apr 17 '24 23:04 abhillman