feature/visual-ir (#3)
Co-authored-by: Bastian Bührig <bastian.buehrig@2bconsult.eu> Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
23
.gitignore
vendored
23
.gitignore
vendored
@@ -41,4 +41,25 @@ ehthumbs.db
|
||||
.dagger/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env
|
||||
|
||||
# Test files - ignore all except recorded.wav and sweep.wav
|
||||
testfiles/*
|
||||
!testfiles/recorded.wav
|
||||
!testfiles/sweep.wav
|
||||
|
||||
# Generated IR files and plots
|
||||
*.wav
|
||||
*.flac
|
||||
*.png
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.tiff
|
||||
*.tif
|
||||
*.pdf
|
||||
*.svg
|
||||
*.eps
|
||||
|
||||
# But allow the specific test files
|
||||
!testfiles/recorded.wav
|
||||
!testfiles/sweep.wav
|
||||
Reference in New Issue
Block a user