https://github.com/LHEEA/HOS-ocean
Raw File
Tip revision: 184fb148bd03af72e5f129371d17735541e20d7e authored by Guillaume Ducrozet on 09 May 2017, 17:45:21 UTC
[cmake] correct input file for test: missing line
Tip revision: 184fb14
.gitignore
# ignore obj directory
obj/
# ignore bin folder except input and waverf coef
bin/*
!bin/input_HOS.dat
!bin/waverf*
# ignore backup files + Mac specific files
*~
sources/*/*~
sources/*/*.orig
.DS_Store
# ignore PostProcessing/obj directory
sources/PostProcessing/obj/
# ignore PostProcessing/bin directory except input
sources/PostProcessing/bin/*
!sources/PostProcessing/bin/input_post_process.dat
# ignore HOS_ocean directory
HOS_ocean/
# ignore Benchmark folder except waverf coef
Benchmark/Convergence_RF/*
!Benchmark/Convergence_RF/waverf*
# ignore build and install folder (from cmake)
install/
build/
# ignore cmake folder, except 2 files
cmake/*
!cmake/cmake/
!cmake/CMakeLists.txt
!cmake/CMakeSources.cmake
back to top