-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (45 loc) · 686 Bytes
/
.gitignore
File metadata and controls
50 lines (45 loc) · 686 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
# Rust build artifacts
/target/
Cargo.lock
# IDE files
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Core dumps and profiling data
*.core
*.profraw
*.profdata
# Build artifacts from bash
bash/*.o
bash/*.a
bash/config.h
bash/config.status
bash/config.cache
bash/config.log
bash/Makefile
bash/pathnames.h
bash/buildconf.h
bash/signames.h
bash/syntax.c
bash/version.h
bash/builtins/Makefile
bash/builtins/*.o
bash/builtins/*.a
bash/lib/*/Makefile
bash/lib/*/*.o
bash/lib/*/*.a
bash/bash
bash/bashbug
bash/mksyntax
bash/mksignames
bash/bashversion
bash/stamp-*
# Fuzz test generated files
fuzz/artifacts/
fuzz/corpus/fuzz_parse/*.cur
fuzz/corpus/fuzz_parse/[0-9a-f]*