From 23470142e8749f71e3136c2da4716e12011d2f77 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 29 Apr 2024 14:36:02 -0400 Subject: Add board schematic --- board/.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 board/.gitignore (limited to 'board/.gitignore') diff --git a/board/.gitignore b/board/.gitignore new file mode 100644 index 0000000..06de8d1 --- /dev/null +++ b/board/.gitignore @@ -0,0 +1,22 @@ +# Note: +# This file may be overwritten by LibrePCB when upgrading the project to a newer +# version. So, if you make any changes in this file, you should review/correct +# it after an upgrade. If you think that something is missing here, please open +# a new issue on our issue tracker: https://github.com/LibrePCB/LibrePCB/issues + +# LibrePCB files +.autosave/ +.backup/ +user/ +*.user.lp +.lock +*~ + +# Files created by operating systems or file managers +.DS_Store +Thumbs.db + +# Files created by other applications +*.autosave +*.swp +*.tmp -- cgit v1.2.3