forked from Zomojo/compiletools
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (43 loc) · 690 Bytes
/
.gitignore
File metadata and controls
52 lines (43 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Lines that start with '#' are comments.
# These are the files that git will ignore
# Build files
*.[oa]
*.ct-sig
bin/
compile_commands.json
# Backend build artifacts
build.ninja
bazel-*/
MODULE.bazel
MODULE.bazel.lock
WORKSPACE
BUILD.bazel
cmake-build/
Tupfile
# Text editor backups
*~
# The dependencies
deps/
# Any locally built rpms or debs
*.rpm
*.deb
# All hidden files except the .gitignore file
\.*
!.gitignore
!.github
!.pre-commit-config.yaml
!.secrets.baseline
# Ignore auto-generated files
vgcore.*
#Python files
*.pyc
compiletools.egg-info/
uv.lock
# Local directories
docs/superpowers/
shared-objdir/
tmp0727b5fl/
tmp4zhl2bgr/
tmp9kjntfb5/
tmpfx0ejao_/
tmpwzmt13xj/