1# Object files 2*.o 3*.ko 4*.dSYM 5 6# Libraries 7*.lib 8*.a 9 10# Shared objects (inc. Windows DLLs) 11*.dll 12*.so 13*.so.* 14*.dylib 15 16# Executables 17zstd 18zstdmt 19*.exe 20*.out 21*.app 22 23# Test artefacts 24tmp* 25dictionary* 26 27# Other files 28.directory 29_codelite/ 30_zstdbench/ 31.clang_complete 32*.idea 33*.swp 34.DS_Store 35googletest/ 36*.d 37 38# Directories 39bin/ 40.buckd/ 41buck-out/ 42