mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 00:08:23 -05:00 
			
		
		
		
	Add a comment explaining our policy that we don't put excludes for nonstandard tools into committed .gitignore files. Also, remove the entries about libraries with .sl extensions, since that convention was only used on now-desupported HP-UX. Discussion: https://postgr.es/m/CAHxW8BAiyPwfXbN813GhorQozwMBs4f3DTxLkKNxiGQuJuw4Vw@mail.gmail.com
		
			
				
	
	
		
			46 lines
		
	
	
		
			674 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			674 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# This file contains ignores for build artifacts from standard builds.
 | 
						|
# Auxiliary files from local workflows, your preferred editor, etc. should
 | 
						|
# be ignored locally using $GIT_DIR/info/exclude or ~/.gitexclude.
 | 
						|
 | 
						|
# Global excludes across all subdirectories
 | 
						|
*.o
 | 
						|
*.obj
 | 
						|
*.bc
 | 
						|
*.so
 | 
						|
*.so.[0-9]
 | 
						|
*.so.[0-9].[0-9]
 | 
						|
*.so.[0-9].[0-9][0-9]
 | 
						|
*.dylib
 | 
						|
*.dll
 | 
						|
*.exp
 | 
						|
*.a
 | 
						|
*.mo
 | 
						|
*.pot
 | 
						|
objfiles.txt
 | 
						|
.deps/
 | 
						|
*.gcno
 | 
						|
*.gcda
 | 
						|
*.gcov
 | 
						|
*.gcov.out
 | 
						|
lcov*.info
 | 
						|
coverage/
 | 
						|
coverage-html-stamp
 | 
						|
*.vcproj
 | 
						|
*.vcxproj
 | 
						|
win32ver.rc
 | 
						|
*.exe
 | 
						|
lib*dll.def
 | 
						|
lib*.pc
 | 
						|
 | 
						|
# Local excludes in root directory
 | 
						|
/GNUmakefile
 | 
						|
/config.cache
 | 
						|
/config.log
 | 
						|
/config.status
 | 
						|
/pgsql.sln
 | 
						|
/pgsql.sln.cache
 | 
						|
/Debug/
 | 
						|
/Release/
 | 
						|
/tmp_install/
 | 
						|
/portlock/
 |