diff --git a/projects/ad4130_iio/.gitignore b/projects/ad4130_iio/.gitignore index 0120890e..8468edba 100644 --- a/projects/ad4130_iio/.gitignore +++ b/projects/ad4130_iio/.gitignore @@ -9,4 +9,9 @@ Code* *.sln *.vgdbproj *.TMP -*.user \ No newline at end of file +*.user +scripts/__pycache__ +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/ad4696_iio/.gitignore b/projects/ad4696_iio/.gitignore index 0120890e..8468edba 100644 --- a/projects/ad4696_iio/.gitignore +++ b/projects/ad4696_iio/.gitignore @@ -9,4 +9,9 @@ Code* *.sln *.vgdbproj *.TMP -*.user \ No newline at end of file +*.user +scripts/__pycache__ +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/ad559xr_console/.gitignore b/projects/ad559xr_console/.gitignore index 0120890e..d3fd15e3 100644 --- a/projects/ad559xr_console/.gitignore +++ b/projects/ad559xr_console/.gitignore @@ -9,4 +9,8 @@ Code* *.sln *.vgdbproj *.TMP -*.user \ No newline at end of file +*.user +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/ad5770r_console/.gitignore b/projects/ad5770r_console/.gitignore index 0120890e..d3fd15e3 100644 --- a/projects/ad5770r_console/.gitignore +++ b/projects/ad5770r_console/.gitignore @@ -9,4 +9,8 @@ Code* *.sln *.vgdbproj *.TMP -*.user \ No newline at end of file +*.user +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/ad590_console/.gitignore b/projects/ad590_console/.gitignore index 90aa4629..68842d97 100644 --- a/projects/ad590_console/.gitignore +++ b/projects/ad590_console/.gitignore @@ -11,4 +11,8 @@ Code* *.TMP *.user /.mbed -**/junit.xml \ No newline at end of file +**/junit.xml +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/ad5933_console/.gitignore b/projects/ad5933_console/.gitignore index 0120890e..d3fd15e3 100644 --- a/projects/ad5933_console/.gitignore +++ b/projects/ad5933_console/.gitignore @@ -9,4 +9,8 @@ Code* *.sln *.vgdbproj *.TMP -*.user \ No newline at end of file +*.user +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/ad7124_console/.gitignore b/projects/ad7124_console/.gitignore index b8718779..90bc921a 100644 --- a/projects/ad7124_console/.gitignore +++ b/projects/ad7124_console/.gitignore @@ -10,4 +10,8 @@ Code* *.TMP *.user /.mbed -**/junit.xml \ No newline at end of file +**/junit.xml +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/ad7124_temperature-measure/.gitignore b/projects/ad7124_temperature-measure/.gitignore index 4ea99b03..726d5253 100644 --- a/projects/ad7124_temperature-measure/.gitignore +++ b/projects/ad7124_temperature-measure/.gitignore @@ -12,4 +12,8 @@ Code* *.sln *.vgdbproj *.TMP -*.user \ No newline at end of file +*.user +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/ad7134_iio/.gitignore b/projects/ad7134_iio/.gitignore index ffedb899..86aaa79f 100644 --- a/projects/ad7134_iio/.gitignore +++ b/projects/ad7134_iio/.gitignore @@ -19,4 +19,9 @@ STM32/.cproject STM32/.project STM32/*.launch STM32/STM32L552ZETXQ_FLASH.ld -STM32/STM32L552ZETXQ_RAM.ld \ No newline at end of file +STM32/STM32L552ZETXQ_RAM.ld +scripts/__pycache__ +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/ad717x_console/.gitignore b/projects/ad717x_console/.gitignore index 0120890e..d3fd15e3 100644 --- a/projects/ad717x_console/.gitignore +++ b/projects/ad717x_console/.gitignore @@ -9,4 +9,8 @@ Code* *.sln *.vgdbproj *.TMP -*.user \ No newline at end of file +*.user +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/ad717x_iio/.gitignore b/projects/ad717x_iio/.gitignore index 719944aa..f430d8aa 100644 --- a/projects/ad717x_iio/.gitignore +++ b/projects/ad717x_iio/.gitignore @@ -12,4 +12,9 @@ Code* *.sln *.vgdbproj *.TMP -*.user \ No newline at end of file +*.user +scripts/__pycache__ +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/ad719x_iio/.gitignore b/projects/ad719x_iio/.gitignore new file mode 100644 index 00000000..51f87480 --- /dev/null +++ b/projects/ad719x_iio/.gitignore @@ -0,0 +1,14 @@ +*.swp +*.profile* +build +.vs/ +.visualgdb/ +*.sln +*.vgdbproj +*.TMP +*.user +scripts/__pycache__ +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/ad738x_iio/.gitignore b/projects/ad738x_iio/.gitignore index 0120890e..8468edba 100644 --- a/projects/ad738x_iio/.gitignore +++ b/projects/ad738x_iio/.gitignore @@ -9,4 +9,9 @@ Code* *.sln *.vgdbproj *.TMP -*.user \ No newline at end of file +*.user +scripts/__pycache__ +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/ad7606_iio/.gitignore b/projects/ad7606_iio/.gitignore index 0120890e..8468edba 100644 --- a/projects/ad7606_iio/.gitignore +++ b/projects/ad7606_iio/.gitignore @@ -9,4 +9,9 @@ Code* *.sln *.vgdbproj *.TMP -*.user \ No newline at end of file +*.user +scripts/__pycache__ +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/ad7689_iio/.gitignore b/projects/ad7689_iio/.gitignore index 0120890e..8468edba 100644 --- a/projects/ad7689_iio/.gitignore +++ b/projects/ad7689_iio/.gitignore @@ -9,4 +9,9 @@ Code* *.sln *.vgdbproj *.TMP -*.user \ No newline at end of file +*.user +scripts/__pycache__ +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/ad77681_iio/.gitignore b/projects/ad77681_iio/.gitignore index 0120890e..d3fd15e3 100644 --- a/projects/ad77681_iio/.gitignore +++ b/projects/ad77681_iio/.gitignore @@ -9,4 +9,8 @@ Code* *.sln *.vgdbproj *.TMP -*.user \ No newline at end of file +*.user +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/adt7420_console/.gitignore b/projects/adt7420_console/.gitignore index 0120890e..d3fd15e3 100644 --- a/projects/adt7420_console/.gitignore +++ b/projects/adt7420_console/.gitignore @@ -9,4 +9,8 @@ Code* *.sln *.vgdbproj *.TMP -*.user \ No newline at end of file +*.user +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/evb_discovery_firmware/.gitignore b/projects/evb_discovery_firmware/.gitignore index 0120890e..bc36a718 100644 --- a/projects/evb_discovery_firmware/.gitignore +++ b/projects/evb_discovery_firmware/.gitignore @@ -9,4 +9,5 @@ Code* *.sln *.vgdbproj *.TMP -*.user \ No newline at end of file +*.user +scripts/__pycache__ \ No newline at end of file diff --git a/projects/ltc268x_console/.gitignore b/projects/ltc268x_console/.gitignore index 0120890e..8468edba 100644 --- a/projects/ltc268x_console/.gitignore +++ b/projects/ltc268x_console/.gitignore @@ -9,4 +9,9 @@ Code* *.sln *.vgdbproj *.TMP -*.user \ No newline at end of file +*.user +scripts/__pycache__ +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file diff --git a/projects/nanodac_console/.gitignore b/projects/nanodac_console/.gitignore index 0120890e..d3fd15e3 100644 --- a/projects/nanodac_console/.gitignore +++ b/projects/nanodac_console/.gitignore @@ -9,4 +9,8 @@ Code* *.sln *.vgdbproj *.TMP -*.user \ No newline at end of file +*.user +tests/.pytest_cache +tests/__pycache__ +tests/func/__pycache__ +tests/output \ No newline at end of file