1# Object files 2*.o 3*.ko 4 5# Libraries 6*.lib 7*.a 8 9# Shared objects (inc. Windows DLLs) 10*.dll 11*.so 12*.so.* 13*.dylib 14*.dSYM # apple 15 16# Executables 17*.exe 18*.out 19*.app 20lz4 21 22# IDE / editors files 23.clang_complete 24_codelite/ 25_codelite_lz4/ 26bin/ 27*.zip 28 29# analyzers 30infer-out 31 32# Mac 33.DS_Store 34*.dSYM 35 36# Windows / Msys 37nul 38ld.exe* 39 40# test files 41*.lz4 42