• 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.vscode
25_codelite/
26_codelite_lz4/
27bin/
28*.zip
29*.swp
30compile_flags.txt
31compile_commands.json
32.vscode
33.cache
34
35# analyzers
36infer-out
37
38# Mac
39.DS_Store
40*.dSYM
41
42# Windows / Msys
43nul
44ld.exe*
45
46# test artifacts
47*.lz4
48tmp*
49
50# generated Windows resource files
51lib/*.rc
52programs/*.rc
53