Skip to content

Commit

Permalink
Add Cython .cpp files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
titodalcanton committed Aug 5, 2024
1 parent 1c6ad7e commit 84bab0c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@
*.log
dist/
html/
pycbc_inspiralc
build/
*.pyc
docs/Makefile
PyCBC.egg-info
PyCBC.egg-info/
pycbc/events/eventmgr_cython.cpp
pycbc/events/simd_threshold_cython.cpp
pycbc/fft/fftw_pruned_cython.cpp
pycbc/filter/matchedfilter_cpu.cpp
pycbc/filter/simd_correlate_cython.cpp
pycbc/inference/models/relbin_cpu.cpp
pycbc/types/array_cpu.cpp
pycbc/vetoes/chisq_cpu.cpp
pycbc/waveform/decompress_cpu_cython.cpp
pycbc/waveform/spa_tmplt_cpu.cpp
pycbc/waveform/utils_cpu.cpp

0 comments on commit 84bab0c

Please sign in to comment.