Add a few .gitignore files

This commit is contained in:
Pierre Pronchery 2015-04-06 15:14:49 +02:00
parent d21ed9cdf5
commit a21ce2eefd
6 changed files with 24 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
Makefile
/config.h
/config.sh
*~
*.a
*.dll
*.dylib
*.o
*.so
*.so.*

1
data/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
Mailer.pc

4
doc/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/compose.1
/compose.html
/mailer.1
/mailer.html

2
po/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/Mailer.pot
/*.mo

2
src/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/compose
/mailer

5
tests/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
/date
/email
/imap4
/plugins
/tests.log