-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (51 loc) · 540 Bytes
/
.gitignore
File metadata and controls
53 lines (51 loc) · 540 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
53
*.exe
*.o
*.obj
*.zip
*.markdown
*.session
*.pdb
*.ilk
*.plist
*.old
*.orig
*.patch
third_party/dyncall/
*.a
*.gc*
.xmake/
build*/
.DS_Store
coverage/
LastCoverageResults.log
t/all_*
*.lib
*.passed
*.Identifier
corpus/
crash-*
*.
.vs/
CppProperties.json
prev/
*.cov
bin/
*.bak
Testing/*
html/*
latex/*
leak-*
.tidyall.d/*
docs/api/
# Build artifacts and extensionless binaries
*.so
*.dylib
*.dll
fuzz_*_harness
preprocessed.cpp
# Ignore extensionless binaries in t/ but keep sources and include dir
t/*
!t/include/
!t/*.c
!t/*.cpp
!t/*.h