]> granicus.if.org Git - postgresql/blob - .gitignore
Remove useless duplicate inclusions of system header files.
[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 *.vcproj
27 *.vcxproj
28 win32ver.rc
29 *.exe
30 lib*dll.def
31 lib*.pc
32
33 # Local excludes in root directory
34 /GNUmakefile
35 /config.cache
36 /config.log
37 /config.status
38 /pgsql.sln
39 /pgsql.sln.cache
40 /Debug/
41 /Release/
42 /tmp_install/