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