1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-09-16 09:26:30 +02:00

Add .gitignore for project

This commit is contained in:
Michael Paquier
2013-12-10 02:32:17 +09:00
parent 0144cc4fd9
commit 44e8da5f2c

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.app
# Dependencies
.deps
# Binaries
/pg_rman
# Generated by test suite
/regression.diffs
/regression.out
/results