2
0
mirror of https://github.com/vdukhovni/postfix synced 2025-08-22 09:57:34 +00:00

Ignore build artifacts in meta directory

This commit is contained in:
Viktor Dukhovni 2014-07-16 11:54:04 +10:00
parent 646c3fb5b5
commit c11d15f1d5

2
.gitignore vendored
View File

@ -26,6 +26,7 @@ Makefile
/postfix/man/cat1/* /postfix/man/cat1/*
/postfix/man/cat5/* /postfix/man/cat5/*
/postfix/man/cat8/* /postfix/man/cat8/*
/postfix/meta/*
# Except .keep files # Except .keep files
!/postfix/lib/.keep !/postfix/lib/.keep
@ -35,6 +36,7 @@ Makefile
!/postfix/man/cat1/.keep !/postfix/man/cat1/.keep
!/postfix/man/cat5/.keep !/postfix/man/cat5/.keep
!/postfix/man/cat8/.keep !/postfix/man/cat8/.keep
!/postfix/meta/.keep
# Compiled executables # Compiled executables
/postfix/src/anvil/anvil /postfix/src/anvil/anvil