Skip to content

Commit f00d526

Browse files
committed
Version 0.2.1
1 parent ac53746 commit f00d526

File tree

1 file changed

+1
-44
lines changed

1 file changed

+1
-44
lines changed

.gitignore

+1-44
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,5 @@
11
# Build
2-
build*/
2+
build/
33

44
# Clangd
55
.cache/
6-
7-
# Meson wraps
8-
subprojects/packagecache/
9-
subprojects/cpr-*/
10-
11-
# Debian packages
12-
*.deb
13-
14-
# Allocation tracking file
15-
cloudflare-ddns/new.hpp
16-
17-
# Prerequisites
18-
*.d
19-
20-
# Compiled Object files
21-
*.slo
22-
*.lo
23-
*.o
24-
*.obj
25-
26-
# Precompiled Headers
27-
*.gch
28-
*.pch
29-
30-
# Compiled Dynamic libraries
31-
*.so
32-
*.dylib
33-
*.dll
34-
35-
# Fortran module files
36-
*.mod
37-
*.smod
38-
39-
# Compiled Static libraries
40-
*.lai
41-
*.la
42-
*.a
43-
*.lib
44-
45-
# Executables
46-
*.exe
47-
*.out
48-
*.app

0 commit comments

Comments
 (0)