1# Build Dir 2build/* 3 4# General 5*.o 6*.so 7*.d 8*.DIR 9config.mk 10.prove 11 12# Mac specific 13.DS_Store 14*.dSYM 15*~ 16*.dylib 17 18# Coverage 19*.gcno 20*.gcda 21*.gcov 22 23# Debugging 24vgcore* 25*.json 26tests/smartsim_test_dir 27 28# Python 29dist 30*egg* 31.pytest_cache 32*cffi.so 33*cffi.dylib 34__pycache__/ 35.ipynb_checkpoints/ 36 37# Documentation 38xml/* 39doc/html 40doc/build 41 42# Example docs automatically copied from source tree 43doc/sphinx/source/examples/ 44 45# Output files, videos, and compressed archives should not be added accidentally 46*.avi 47*.bin 48*.bin.info 49*.bz2 50*.cgns 51*.gif 52*.gz 53*.mkv 54*.mp4 55*.msh 56*.ogv 57*.pbin 58*.vtu 59*.webm 60*.xmf 61*.xz 62*.zstd 63perf.data 64*.log 65*.npy 66*.csv 67 68# Editor Misc 69.cache/ 70.history 71.vscode 72.ccls-cache 73.vim 74libCEED.cflags 75libCEED.config 76libCEED.creator 77libCEED.creator.* 78libCEED.cxxflags 79libCEED.files 80libCEED.includes 81 82# latex output files 83.auctex-auto/ 84*.aux 85*.fdb_latexmk 86*.fls 87