• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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*.swp
29
30# analyzers
31infer-out
32
33# Mac
34.DS_Store
35*.dSYM
36
37# Windows / Msys
38nul
39ld.exe*
40
41# test artifacts
42*.lz4
43tmp*
44