We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac53746 commit f00d526Copy full SHA for f00d526
.gitignore
@@ -1,48 +1,5 @@
1
# Build
2
-build*/
+build/
3
4
# Clangd
5
.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