-
Notifications
You must be signed in to change notification settings - Fork 73
/
.gitignore
38 lines (38 loc) · 985 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
*.swp
*.o
*.py
.pio
.dir
.tested
run_avr
pio_dirs
pio_espidf
PCB/
examples/*/*.h
examples/*/*.cpp
!examples/*/test_*.cpp
extras/tests/pc_based/test_[0-9][0-9]
extras/tests/pc_based/FastAccelStepper.cpp
extras/tests/pc_based/FastAccelStepper.h
extras/tests/pc_based/PoorManFloat.cpp
extras/tests/pc_based/PoorManFloat.h
extras/tests/pc_based/RampGenerator.cpp
extras/tests/pc_based/RampGenerator.h
extras/tests/pc_based/StepperISR*.cpp
extras/tests/pc_based/StepperISR.h
extras/tests/pc_based/fas_common.h
extras/tests/pc_based/*.gnuplot
extras/tests/pc_based/*_test
extras/tests/pc_based/test.log
extras/tests/pc_based/*.png
extras/tests/simavr_based/*/result.txt
extras/tests/simavr_based/*/x.vcd
extras/tests/simavr_based/test*sd*/src
extras/tests/simavr_based/simavr
extras/tests/simavr_based/test_sd*/Makefile
extras/tests/simavr_based/test_seq*/Makefile
extras/tests/esp32_hw_based/*.log
library.properties
examples
extras/gen_pmf_const/PoorManFloat.cpp
extras/gen_pmf_const/main