Skip to content

Commit 44e8da5

Browse files
author
Michael Paquier
committed
Add .gitignore for project
1 parent 0144cc4 commit 44e8da5

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)