summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: ignore gtk-doc.makeLucas De Marchi2022-02-201-0/+1
| | | | Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>
* gitignore: ignore .mbx and .cover for b4 integrationLucas De Marchi2021-04-171-0/+2
| | | | | Lately I'm using b4 to work with the patches in the mailing list. Better to start ignoring .cover and .mbx files since they get created by b4.
* gitignore: ignore release filesLucas De Marchi2020-02-281-1/+2
|
* build: Stop using doltAdrian Bunk2019-02-201-2/+0
| | | | | | | | | | | | | This does regress "make -12" from 0.7s to 0.9s on my Coffee Lake machine, but even on slower hardware this will not amount to a noticable slowdown. On the other hand using dolt can create problems for people doing cross-compilation, e.g. Yocto has two hacks just for dolt in kmod: https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-kernel/kmod/kmod.inc?id=a17abae00785c76cfffe5381a22fb2c86b982e82 (Lucas: remove leftover entry in Makefile and reformat commit message)
* build: use doltLucas De Marchi2015-03-051-0/+2
| | | | | | | | | | | | | | | | | | | | | Drop-in replacement to libtool: http://dolt.freedesktop.org/. More details: http://marc.info/?l=freedesktop-xorg&m=120791871615872&w=3 kmod is relatively fast to compile, so it doesn't matter much. Nonetheless, less forks the better. Compilation time using ./bootstrap-configure --disable-manpages and make -j4 libtool real 0m6.453s user 0m21.067s sys 0m0.773s dolt real 0m4.792s user 0m15.920s sys 0m0.637s
* build: add helpers to upload coverity tarballLucas De Marchi2015-02-251-0/+1
|
* build-sys: integrate coverage reportLucas De Marchi2015-01-071-0/+3
| | | | | Just pass --enable-coverage to configure and then "make coverage" to have the coverage report at coverage dir.
* build-sys: add small redirecting MakefilesLucas De Marchi2014-03-061-2/+2
| | | | | | | These redirecting makefiles simplifies compiling from some editors and when CWD is not the root of the source tree. This is similar to what was introduced in systemd in 340d89e ("build-sys: add small redirecting Makefiles to simplify compilation from within emacs")
* gitignore: ignore files generated by Automake's testsuiteLucas De Marchi2013-01-151-0/+1
| | | | These files are generated by Automake 1.13 when running the testsuite.
* Update .gitignore filesDan McGee2012-02-051-0/+1
| | | | | | Add kmod-* prefixed tool names, add 'tags' in root directory (for ctags, matches cscope.out ignore already in there), and prefix tools/ entries with '/' so they are absolute ignores and don't apply to subdirectories.
* gitignore: ignore dist filesLucas De Marchi2011-12-211-2/+2
|
* gitignore: only ignore build system files in the top directoryJan Engelhardt2011-12-201-10/+12
|
* Add cscope.out and .swp files to gitignoreLucas De Marchi2011-11-251-0/+2
|
* Update .gitignoreLucas De Marchi2011-11-231-1/+1
|
* Import skeleton from libabcLucas De Marchi2011-11-211-0/+18