Add a few .gitignore files
This commit is contained in:
parent
d21ed9cdf5
commit
a21ce2eefd
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Makefile
|
||||||
|
/config.h
|
||||||
|
/config.sh
|
||||||
|
*~
|
||||||
|
*.a
|
||||||
|
*.dll
|
||||||
|
*.dylib
|
||||||
|
*.o
|
||||||
|
*.so
|
||||||
|
*.so.*
|
1
data/.gitignore
vendored
Normal file
1
data/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
Mailer.pc
|
4
doc/.gitignore
vendored
Normal file
4
doc/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
/compose.1
|
||||||
|
/compose.html
|
||||||
|
/mailer.1
|
||||||
|
/mailer.html
|
2
po/.gitignore
vendored
Normal file
2
po/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/Mailer.pot
|
||||||
|
/*.mo
|
2
src/.gitignore
vendored
Normal file
2
src/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/compose
|
||||||
|
/mailer
|
5
tests/.gitignore
vendored
Normal file
5
tests/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
/date
|
||||||
|
/email
|
||||||
|
/imap4
|
||||||
|
/plugins
|
||||||
|
/tests.log
|
Loading…
Reference in New Issue
Block a user