mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 23:10:53 +07: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