Add a few .gitignore files

This commit is contained in:
Pierre Pronchery 2015-05-11 01:17:46 +02:00
parent 3539e031d8
commit a036af85a5
4 changed files with 15 additions and 0 deletions

1
data/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/libApp.pc

4
doc/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/AppBroker.1
/AppBroker.html
/AppClient.1
/AppClient.html

8
tests/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
/Dummy.h
/appclient
/appmessage
/appserver
/includes
/lookup
/tests.log
/transport

2
tools/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/AppBroker
/AppClient