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# Python 19dist 20*egg* 21.pytest_cache 22*cffi.so 23*cffi.dylib 24__pycache__/ 25.ipynb_checkpoints/ 26 27# Documentation 28xml/* 29doc/html 30doc/sphinx/build/ 31# Example docs automatically copied from source tree 32doc/sphinx/source/examples/ 33 34# Output files, videos, and compressed archives should not be added accidentally 35*.avi 36*.bin 37*.bin.info 38*.bz2 39*.cgns 40*.gif 41*.gz 42*.mkv 43*.mp4 44*.msh 45*.ogv 46*.pbin 47*.vtu 48*.webm 49*.xmf 50*.xz 51*.zstd 52perf.data 53*.log 54*.npy 55*.csv 56tests/smartsim_test_dir 57 58# Editor Misc 59.cache/ 60.history 61.vscode 62.ccls-cache 63.vim 64libCEED.cflags 65libCEED.config 66libCEED.creator 67libCEED.creator.* 68libCEED.cxxflags 69libCEED.files 70libCEED.includes 71 72# latex output files 73.auctex-auto/ 74*.aux 75*.fdb_latexmk 76*.fls 77