]> granicus.if.org Git - postgresql/blob - .gitignore
Add asprintf.c
[postgresql] / .gitignore
1 # Global excludes across all subdirectories
2 *.o
3 *.so
4 *.so.[0-9]
5 *.so.[0-9].[0-9]
6 *.sl
7 *.sl.[0-9]
8 *.sl.[0-9].[0-9]
9 *.dylib
10 *.dll
11 *.a
12 *.mo
13 objfiles.txt
14 .deps/
15 *.gcno
16 *.gcda
17 *.gcov
18 *.gcov.out
19 lcov.info
20 coverage/
21 *.vcproj
22 *.vcxproj
23 win32ver.rc
24 *.exe
25 lib*dll.def
26 lib*.pc
27
28 # Local excludes in root directory
29 /GNUmakefile
30 /config.log
31 /config.status
32 /pgsql.sln
33 /pgsql.sln.cache
34 /Debug/
35 /Release/