-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
43 lines (36 loc) · 1.17 KB
/
.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
39
40
41
42
43
*.pyc
__pycache__
*.asv
*.~vsdx
__Previews
# Main /
/Cell temp control Arduino files
# /Documentation
/Documentation/To-do list.txt
/Documentation/MAC Demonstrator Documentation Rev. 1.0/MAC Demonstrator Documentation Rev. 1.0
/Documentation/MAC Demonstrator Documentation Rev. 1.0/MAC_testmode_v2.5
Descriptif_programme_Arduino.odt
ADF4158-9_Setup_v4_10_6.zip
/Documentation/MAC Demonstrator Documentation Rev. 1.0.zip
/Documentation/CSAD-Review-Kitching.pdf
/Documentation/Doppler_free_spectroscopy_report_V4_md.pdf
/Documentation/Q&A.txt
/Schematics and PCB/Module Physique/PJ Demonstrateur MAC Rev. 1.1.zip
*.b#*
*.s#*
# /Graphs
/Graphs
# /Matlab
/Matlab/error_signal.m
#Schematics and PCB
/Schematics and PCB/MAC ADC v1.0/__Previews
# /Internship Project M1 (Carlos RIVERA)
Internship Project M1 (Carlos RIVERA)/Code/adf4158.py
Internship Project M1 (Carlos RIVERA)/Code/subcomponent.py
Internship Project M1 (Carlos RIVERA)/Code/mac_device.py
Internship Project M1 (Carlos RIVERA)/Code/mac.ino
Internship Project M1 (Carlos RIVERA)/Code/misc.py
Internship Project M1 (Carlos RIVERA)/Code/qt_mac
#Update changes:
#git rm -r --cached .
#git add .