summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: add entity-gen.cppPatrick Venture2019-02-201-0/+1
| | | | | | | Add generated file entity-gen.cpp Change-Id: Id2d13de766b3d4c924bc9a48963e556a9ec86f58 Signed-off-by: Patrick Venture <venture@google.com>
* Create libipmid and libipmid-hostWilliam A. Kennington III2019-02-071-0/+1
| | | | | | | | | | | | | | | | | | | This starts a transition to common ipmid libraries that providers can link against. It will allow for a cleaner separation between common ipmid functionality and daemon type specific code. This is needed so we can resolve all of the symbols in the providers at link time instead of discovering bad linkage by building and running a full ipmi daemon. In future commits libraries will be packaged for libipmid and libipmid-host which provide all of the symbols used by the current set of ipmid providers. This is the first step, it just separates and renames the headers. Legacy symlinks are still kept around for compatability. It also adds stub libraries so that external users can start linking as intended. Change-Id: I6bbd7a146362012d26812a7b039d1c4075862cbd Signed-off-by: William A. Kennington III <wak@google.com>
* gitignore: Ignore libraries regardless of directoryWilliam A. Kennington III2018-12-131-1/+4
| | | | | | | | | Currently our gitignore works becuase all of our libraries reside in the the top level directory and are named /lib*. We should really just be ignoring any file *.a *.so* or *.la. Change-Id: I6b48dc34819ac1798bbee5796dbe220c93db876e Signed-off-by: William A. Kennington III <wak@google.com>
* gitignore: add all *.lo files to ignore listPatrick Venture2018-11-261-1/+1
| | | | | | | | Specify all *.lo files and not just /app/*.lo to handle the objects built into other directories. Change-Id: I01df38ef81f749913dc9d536ffdcc2774d17b785 Signed-off-by: Patrick Venture <venture@google.com>
* gitignore: add coverage and test generated filesPatrick Venture2018-11-201-3/+10
| | | | | | | Add coverage and test generated files to gitignore file. Change-Id: I72d56567ea3bcadae6731070c7c1265b92d05a9b Signed-off-by: Patrick Venture <venture@google.com>
* Use the common timer classVernon Mauery2018-10-181-3/+0
| | | | | | | | | The common timer class from sdbusplus offers all the timer goodness that we currently use. The unit test is also no longer needed (and has been added to sdbusplus's version of the timer.hpp implementation). Change-Id: I278817489433a29ca739f70fdacd8bb897797d66 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
* add more files to the .gitignore listVernon Mauery2018-08-071-0/+10
| | | | | | | | This includes editor temp files, patch rejects, and other build/debug artifacts. Change-Id: I06c52dc36568baae73c1981034f1adf3ede87a82 Signed-off-by: Vernon Mauery <vernon.mauery@intel.com>
* Add channel-gen.cpp to compilation unitsTom Joseph2018-01-241-0/+1
| | | | | | | | | The commit c01edf283dca792d1eecedd5c03b69b7eebb6f23 in phosphor-host-ipmid had introduced a breaking change. This commit would fix that. Change-Id: Id3aa18bcc3b7f054b8c659916896de146064d8bb Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Update .gitignoreTom Joseph2017-12-121-0/+1
| | | | | Change-Id: I062c27173e0279759ca14fb49304e5a54ac35dbe Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Update gitignoreMarri Devender Rao2017-07-251-0/+1
| | | | | Change-Id: I7015951be5eb72c55e472ae2615a36b55d9d5373 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
* Update .gitignoreTom Joseph2017-07-191-0/+5
| | | | | | | Resolves openbmc/openbmc#1515 Change-Id: I31421fb667657b258cf0a0610e6ed352aa373f98 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Makefile changes for generating inventory-sensor-gen.cppTom Joseph2017-05-191-0/+1
| | | | | | | | | Provide capability for the recipe to pass the config yaml as a configurable output. Fallback to inventory-sensor-example.yaml in case no config yaml is passed. Change-Id: I6a069b0925c3e4c4d56bd1c9767b8fadcdf433b4 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Update gitignore with new softoff and test filesAndrew Geissler2017-05-091-1/+8
| | | | | Change-Id: I36e59710b34b024926fe0a721b42eaea0d5e2447 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Added gitignore for phosphor-host-ipmi repoAndrew Geissler2017-04-071-0/+50
Change-Id: I86fc1cc21442a5675148fcb0aff34c8034af624a Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
OpenPOWER on IntegriCloud