-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
47 lines (47 loc) · 1.57 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
44
45
46
47
.metadata
/.vscode
/Vscode
/Hola_C
/Prueba_C
/Variables_C
/Stdint_Float
/Pointer_Casting
/Programa_Punteros
/Prueba_Embebido
/Programa_DelayFor
/Programa_Funciones
/Programa_Calificadores_Const_Volatile
/Programa_Estructuras
/Programando_Estructuras
/4.Programa_Punteros/Codigo_STM32/Debug
/4.Programa_Punteros/Codigo PIC18/Hola_Mundo.X/debug
/4.Programa_Punteros/Codigo PIC18/Hola_Mundo.X/dist
/4.Programa_Punteros/Codigo PIC18/Hola_Mundo.X/build
/4.Programa_Punteros/Codigo PIC18/Hola_Mundo.X/nbproject
/4.Programa_Punteros/Codigo_STM32/.settings
/5.Operadores_Bitwise/Codigo_STM32/.settings
/7.Bucles/Codigo_STM32/.settings
/7.Bucles/Codigo_STM32/Debug
/8.Funciones/Codigo_STM32/.settings
/9.Const_Volatile/Codigo_STM32/.settings
/11.Struct/Codigo_STM32/.settings
/11.Struct/Codigo_STM32/Startup
/11.Struct/Codigo_STM32/.cproject
/11.Struct/Codigo_STM32/.project
/11.Struct/Codigo_STM32/Programa_Estructuras Debug.launch
/11.Struct/Codigo_STM32/STM32F429ZITX_FLASH.ld
/11.Struct/Codigo_STM32/STM32F429ZITX_RAM.ld
/12.Struct_Embebido/Codigo PIC18/Hola_Mundo.X/debug
/12.Struct_Embebido/Codigo PIC18/Hola_Mundo.X/build
/12.Struct_Embebido/Codigo PIC18/Hola_Mundo.X/dist
/12.Struct_Embebido/Codigo PIC18/Hola_Mundo.X/nbproject
/12.Struct_Embebido/Codigo_STM32/.settings
/12.Struct_Embebido/Codigo_STM32/Startup
/12.Struct_Embebido/Codigo_STM32/.cproject
/12.Struct_Embebido/Codigo_STM32/.project
/12.Struct_Embebido/Codigo_STM32/Programa_Estructuras Debug.launch
/12.Struct_Embebido/Codigo_STM32/STM32F429ZITX_FLASH.ld
/12.Struct_Embebido/Codigo_STM32/STM32F429ZITX_RAM.ld
/Prueba_LCD_I2C
/HAL_StartupCode
/Code