7
mirror of https://github.com/EEVengers/ThunderScope.git synced 2025-04-22 17:43:44 +00:00

Add gitignore

Ignore ~ files and build directory.
This commit is contained in:
Fredrik Hubinette 2022-01-30 16:39:57 -08:00
parent e985fc59e3
commit 228de30445
2 changed files with 5 additions and 0 deletions
.gitignore
Software/libthunderscopehw

3
.gitignore vendored
View File

@ -32,3 +32,6 @@ Software/waveview/CMakeCache.txt
# testing files
Software/waveview/dump.csv
*.c~
*.txt~
*.h~

2
Software/libthunderscopehw/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
build
*~