diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:17:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:17:33 +0000 |
commit | 5e45211a64149b3c659b90ff2de6fa982a5a93ed (patch) | |
tree | 739caf8c461053357daa9f162bef34516c7bf452 /.gitignore | |
parent | Initial commit. (diff) | |
download | postgresql-15-5e45211a64149b3c659b90ff2de6fa982a5a93ed.tar.xz postgresql-15-5e45211a64149b3c659b90ff2de6fa982a5a93ed.zip |
Adding upstream version 15.5.upstream/15.5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c0f3e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# Global excludes across all subdirectories +*.o +*.obj +*.bc +*.so +*.so.[0-9] +*.so.[0-9].[0-9] +*.so.[0-9].[0-9][0-9] +*.sl +*.sl.[0-9] +*.sl.[0-9].[0-9] +*.sl.[0-9].[0-9][0-9] +*.dylib +*.dll +*.exp +*.a +*.mo +*.pot +objfiles.txt +.deps/ +*.gcno +*.gcda +*.gcov +*.gcov.out +lcov*.info +coverage/ +coverage-html-stamp +*.vcproj +*.vcxproj +win32ver.rc +*.exe +lib*dll.def +lib*.pc + +# Local excludes in root directory +/GNUmakefile +/config.cache +/config.log +/config.status +/pgsql.sln +/pgsql.sln.cache +/Debug/ +/Release/ +/tmp_install/ +/portlock/ |