doc: Improve "Partition Maintenance" section
[pgsql.git] / .gitignore
blob4e911395fe3bae8edf33e5a05257872060146f09
1 # This file contains ignores for build artifacts from standard builds.
2 # Auxiliary files from local workflows, your preferred editor, etc. should
3 # be ignored locally using $GIT_DIR/info/exclude or ~/.gitexclude.
5 # Global excludes across all subdirectories
6 *.o
7 *.obj
8 *.bc
9 *.so
10 *.so.[0-9]
11 *.so.[0-9].[0-9]
12 *.so.[0-9].[0-9][0-9]
13 *.dylib
14 *.dll
15 *.exp
16 *.a
17 *.mo
18 *.pot
19 objfiles.txt
20 .deps/
21 *.gcno
22 *.gcda
23 *.gcov
24 *.gcov.out
25 lcov*.info
26 coverage/
27 coverage-html-stamp
28 *.vcproj
29 *.vcxproj
30 win32ver.rc
31 *.exe
32 lib*dll.def
33 lib*.pc
35 # Local excludes in root directory
36 /GNUmakefile
37 /config.cache
38 /config.log
39 /config.status
40 /pgsql.sln
41 /pgsql.sln.cache
42 /Debug/
43 /Release/
44 /tmp_install/
45 /portlock/