summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: updateZdenek Kabelac2022-09-071-3/+18
|
* git: update .gitignoreZdenek Kabelac2021-03-191-0/+1
| | | | Hide some files from older builds.
* gitignore: ignore gcov filesMarian Csontos2020-10-151-0/+4
|
* gitignore: ignore all cscope generated filesZhao Heming2020-09-111-1/+1
| | | | | | | | | | | When using cscope to read code, it will generate below 3 files for speedup cross-refer: cscope.files, cscope.in.out, cscope.po.out The .gitignore only contains "/cscope.out". It a little bit messy when executing 'git status', and other git commands. This patch add all cscope generated files in .gitignore. Signed-off-by: Zhao Heming <heming.zhao@suse.com>
* gitignore: updateZdenek Kabelac2019-03-201-0/+9
|
* gitignoreZdenek Kabelac2018-05-231-1/+51
|
* unit-tests: Move to test/unitJoe Thornber2018-04-271-1/+1
|
* [unit-test] Push the new unit test framwork.Joe Thornber2018-04-261-0/+2
| | | | | | | See doc/unit-test.txt for details. Some bcache tests failing. Probably due to dct changing semantics, will fix in follow up patch.
* Merge remote-tracking branch 'sourceware/master' into upstreamJoe Thornber2018-04-251-0/+44
|\
| * [git] Update .gitignoreJoe Thornber2018-04-201-0/+48
| |
* | [git] Update .gitignoreJoe Thornber2018-04-231-0/+5
|/
* lvmdbus: Add new daemon.Alasdair G Kergon2016-02-171-0/+2
|
* gitignore: Update for in-place build.Alasdair G Kergon2015-07-271-4/+7
|
* gitignore: Ignore files ending in ~Alasdair G Kergon2012-06-111-0/+1
|
* gitignore: add .swpAlasdair G Kergon2012-06-081-0/+1
|
* More .gitignore files for an in-source-tree build.Alasdair G Kergon2012-06-081-0/+4
| | | | Tell git to ignore files generated by a build inside the source tree.
* Add .gitignore files for an in-source-tree build.Alasdair G Kergon2012-06-081-0/+21
Tell git to ignore files generated by a build inside the source tree.