]> granicus.if.org Git - postgresql/blob - .gitignore
doc: CREATE FOREIGN TABLE now allows CHECK ( ... ) NO INHERIT
[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 *.sl
8 *.sl.[0-9]
9 *.sl.[0-9].[0-9]
10 *.dylib
11 *.dll
12 *.a
13 *.mo
14 *.pot
15 objfiles.txt
16 .deps/
17 *.gcno
18 *.gcda
19 *.gcov
20 *.gcov.out
21 lcov.info
22 coverage/
23 *.vcproj
24 *.vcxproj
25 win32ver.rc
26 *.exe
27 lib*dll.def
28 lib*.pc
29
30 # Local excludes in root directory
31 /GNUmakefile
32 /config.cache
33 /config.log
34 /config.status
35 /pgsql.sln
36 /pgsql.sln.cache
37 /Debug/
38 /Release/
39 /tmp_install/