summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawsyn Schraiber <[email protected]>2025-11-26 22:30:37 -0500
committerDawsyn Schraiber <[email protected]>2025-11-26 22:30:37 -0500
commitc598524cce8cf1f38fa6616ed3c9466ee5129496 (patch)
treea1e06aace4c003b139ecf3d3f9435abe52ad8d38
downloadexcelsior-c598524cce8cf1f38fa6616ed3c9466ee5129496.tar.gz
excelsior-c598524cce8cf1f38fa6616ed3c9466ee5129496.tar.bz2
excelsior-c598524cce8cf1f38fa6616ed3c9466ee5129496.zip
Initial commit
-rw-r--r--.gitignore31
-rw-r--r--README.md1
2 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..59fde34
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,31 @@
+# For PCBs designed using KiCad: https://www.kicad.org/
+# Format documentation: https://kicad.org/help/file-formats/
+
+# Temporary files
+*.000
+*.bak
+*.bck
+*.kicad_pcb-bak
+*.kicad_sch-bak
+*-backups
+*.kicad_prl
+*.sch-bak
+*~
+_autosave-*
+*.tmp
+*-save.pro
+*-save.kicad_pcb
+fp-info-cache
+~*.lck
+\#auto_saved_files#
+
+# Netlist files (exported from Eeschema)
+*.net
+
+# Autorouter files (exported from Pcbnew)
+*.dsn
+*.ses
+
+# Exported BOM files
+*.xml
+*.csv
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..92ff3a4
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+# Excelsior Flight Computer