# Prerequisites *.d # Compiled Object files *.slo *.lo *.o *.obj # Precompiled Headers *.gch *.pch # Compiled Dynamic libraries *.so *.dylib *.dll # Fortran module files *.mod *.smod # Compiled Static libraries *.lai *.la *.a *.lib # Executables *.exe *.out *.app *.x # system files *.swp *~ .DS_Store # python files # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # CMake files and directories build*/ install*/ CMakeLists.txt.user CMakeCache.txt CMakeFiles CMakeScripts cmake_install.cmake install_manifest.txt compile_commands.json CTestTestfile.cmake _deps # repo-specific ignorables coupled*.mk rt.conf.single ufs_model tests/modules.fv3_* tests/ecflow_run/ tests/ecf_comdir/ tests/ecf_outputdir/ tests/log_*/ tests/lock/ tests/Compile_*.log tests/fail_test tests/fv3_conf/compile_slurm.IN tests/fv3_conf/compile_qsub.IN tests/fv3_conf/fv3_slurm.IN tests/fv3_conf/fv3_qsub.IN build*.log*