]> granicus.if.org Git - postgresql/blob - .gitignore
doc: Use proper em and en dashes
[postgresql] / .gitignore
1 # Global excludes across all subdirectories
2 *.o
3 *.obj
4 *.bc
5 *.so
6 *.so.[0-9]
7 *.so.[0-9].[0-9]
8 *.so.[0-9].[0-9][0-9]
9 *.sl
10 *.sl.[0-9]
11 *.sl.[0-9].[0-9]
12 *.sl.[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
34
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/