add gitignore third_party

This commit is contained in:
Uladzimir Karpenka 2026-06-12 21:44:25 +03:00
parent 4313006fa6
commit bb7e0b3df6

2
.gitignore vendored
View File

@ -9,6 +9,8 @@ java/build/
third_party/fftw/ third_party/fftw/
third_party/**/*.o third_party/**/*.o
third_party/**/*.a third_party/**/*.a
third_party/fftw-3.3.11.tar.gz
third_party/fftw-3.3.11/
# macOS # macOS
.DS_Store .DS_Store