mirror of
https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
synced 2024-12-02 16:23:37 +08:00
build: Ignore directories commonly used for out-of-tree build
build/ and build-*/ are commonly used to have multiple out-out-tree builds. Add them to gitignore. Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
This commit is contained in:
parent
93f58b8131
commit
b0a78466d0
2
.gitignore
vendored
2
.gitignore
vendored
@ -26,6 +26,8 @@
|
||||
/libtool
|
||||
/stamp-h1
|
||||
/test-suite.log
|
||||
/build
|
||||
/build-*
|
||||
|
||||
*~
|
||||
.*.swp
|
||||
|
Loading…
Reference in New Issue
Block a user