We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0144cc4 commit 44e8da5Copy full SHA for 44e8da5
.gitignore
@@ -0,0 +1,27 @@
1
+# Object files
2
+*.o
3
+
4
+# Libraries
5
+*.lib
6
+*.a
7
8
+# Shared objects (inc. Windows DLLs)
9
+*.dll
10
+*.so
11
+*.so.*
12
+*.dylib
13
14
+# Executables
15
+*.exe
16
+*.app
17
18
+# Dependencies
19
+.deps
20
21
+# Binaries
22
+/pg_rman
23
24
+# Generated by test suite
25
+/regression.diffs
26
+/regression.out
27
+/results
0 commit comments