1 #==============================================================================#
2 # This file specifies intentionally untracked files that git should ignore.
3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
5 # This file is intentionally different from the output of `git svn show-ignore`,
6 # as most of those are useless.
7 #==============================================================================#
9 #==============================================================================#
10 # Nested build directory.
11 #==============================================================================#
14 #==============================================================================#
15 # Explicit files to ignore (only matches one).
16 #==============================================================================#
17 # Various tag programs
29 autoconf/autom4te.cache
30 /compile_commands.json
31 # Visual Studio built-in CMake configuration
33 # CLion project configuration
35 # Qt Creator project configuration
38 #==============================================================================#
39 # Directories to ignore (do not add trailing '/'s, they skip symlinks).
40 #==============================================================================#
41 # External projects that are tracked independently.
47 # Sphinx build tree, if building in-source dir.
49 # VS2017 and VSCode config files.
53 #==============================================================================#
54 # Files created in tree by the Go bindings.
55 #==============================================================================#
56 bindings/go/llvm/llvm_config.go
57 bindings/go/llvm/workdir
59 #==============================================================================#
60 # File extensions to be ignored anywhere in the tree.
61 # Placed at the end to override any previous ! patterns.
62 #==============================================================================#
63 # Temp files created by most text editors.
65 # Merge files created by git.
67 # Byte compiled python modules.