1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-08-25 13:49:28 +03:00
Commit Graph

21 Commits

Author SHA1 Message Date
012854b3c2 gitignore: update
The .cache and compile_commands.json is used by popular source crawling and
indexing clang tools which in turn may be integrated with source code editors.

We may reuse the .cache directory for for other caches and temporary
files.

The /doc/.ikiwiki and /public are related to the ikiwiki.
2024-08-13 11:17:57 +02:00
6ece8b74f0 command: split man-generator code
Move code for generating man pages to man-generator.c
which is no longer a symlink to command.c and just
includes this file for the common code.
2024-04-29 00:13:43 +02:00
f404d8ccb7 gitignore: add more ignored suffixes 2024-04-08 22:24:18 +02:00
c4b42e9f59 gitignore: update 2023-08-28 15:44:00 +02:00
6b05d6bd83 gitignore: update 2022-09-07 15:00:15 +02:00
81d3639955 git: update .gitignore
Hide some files from older builds.
2021-03-19 23:21:18 +01:00
616e5b854c gitignore: ignore gcov files 2020-10-15 11:13:13 +02:00
c38c4d9d36 gitignore: ignore all cscope generated files
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>
2020-09-11 21:42:38 +02:00
da31541bd8 gitignore: update 2019-03-20 14:35:09 +01:00
c35d3242a8 gitignore 2018-05-23 16:53:18 +02:00
ab63923d19 unit-tests: Move to test/unit 2018-04-27 16:55:07 +01:00
ea34dad66f [unit-test] Push the new unit test framwork.
See doc/unit-test.txt for details.

Some bcache tests failing.  Probably due to dct changing semantics, will
fix in follow up patch.
2018-04-26 11:59:39 +01:00
28a9fcd94b Merge remote-tracking branch 'sourceware/master' into upstream 2018-04-25 09:18:42 +01:00
f2504257e4 [git] Update .gitignore 2018-04-23 09:49:37 +01:00
cb2c4542a6 [git] Update .gitignore 2018-04-20 11:11:56 -05:00
5987562cf9 lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
3934ade5a2 gitignore: Update for in-place build. 2015-07-27 13:18:35 +01:00
2955f13ecc gitignore: Ignore files ending in ~ 2012-06-11 16:13:02 +01:00
e892557ac6 gitignore: add .swp 2012-06-08 21:53:07 +01:00
a2a37f8fee More .gitignore files for an in-source-tree build.
Tell git to ignore files generated by a build inside the source tree.
2012-06-08 16:34:43 +01:00
d644d4e14e Add .gitignore files for an in-source-tree build.
Tell git to ignore files generated by a build inside the source tree.
2012-06-08 16:26:21 +01:00