postgresql/.gitignore
Bruce Momjian 1f0d78863e Add /config.cache to .gitignore in back branches
For some reason config.cache was not being git-ignored in these back
branches.

Backpatch-through: 9.2 to 9.4
2017-02-25 13:04:22 -05:00

38 lines
408 B
Plaintext

# Global excludes across all subdirectories
*.o
*.so
*.so.[0-9]
*.so.[0-9].[0-9]
*.sl
*.sl.[0-9]
*.sl.[0-9].[0-9]
*.dylib
*.dll
*.a
*.mo
*.pot
objfiles.txt
.deps/
*.gcno
*.gcda
*.gcov
*.gcov.out
lcov.info
coverage/
*.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/