• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# NOTE! Please use 'git ls-files -i --exclude-standard'
3# command after changing this file, to see if there are
4# any tracked files which get ignored after the change.
5#
6
7# Temp files (e.g. editors).
8*~
9*.sw[op]
10
11# Compiled objects.
12*.a
13*.o
14*.l[ao]
15*.so
16*.exe
17
18*.d
19*.depends
20.deps
21.libs
22
23*.gch
24*.gcda
25*.gcno
26
27# Common output files.
28*.dump
29*.out
30*.test
31
32# Protobuf files.
33*.pb.cc
34*.pb.h
35
36# Python files.
37*.pyc
38
39# Debug (e.g. gdb).
40.gdb_history
41.gdbinit
42
43core
44cscope.*
45tags
46tags_sorted_by_file
47
48# Patch files.
49*.diff
50*.orig
51*.rej
52
53# Nested git repos.
54/glbench/images/
55
56# Cargo lock file.
57Cargo.lock
58
59# Cargo build directories.
60target/
61
62# VSCode source dirs
63.vscode/
64
65# Intellij project dirs
66.idea
67
68# clangd cache dir
69.clangd
70.cache
71