]> granicus.if.org Git - postgresql/blob - .gitignore
Fix oversight in CALL argument handling, and do some minor cleanup.
[postgresql] / .gitignore
1 # Global excludes across all subdirectories
2 *.o
3 *.obj
4 *.so
5 *.so.[0-9]
6 *.so.[0-9].[0-9]
7 *.so.[0-9].[0-9][0-9]
8 *.sl
9 *.sl.[0-9]
10 *.sl.[0-9].[0-9]
11 *.sl.[0-9].[0-9][0-9]
12 *.dylib
13 *.dll
14 *.exp
15 *.a
16 *.mo
17 *.pot
18 objfiles.txt
19 .deps/
20 *.gcno
21 *.gcda
22 *.gcov
23 *.gcov.out
24 lcov*.info
25 coverage/
26 coverage-html-stamp
27 *.vcproj
28 *.vcxproj
29 win32ver.rc
30 *.exe
31 lib*dll.def
32 lib*.pc
33
34 # Local excludes in root directory
35 /GNUmakefile
36 /config.cache
37 /config.log
38 /config.status
39 /pgsql.sln
40 /pgsql.sln.cache
41 /Debug/
42 /Release/
43 /tmp_install/