gitignore: ignore 'build' directory
The 'build' directory should not be tracked by git.
This commit is contained in:
parent
5b3d26453a
commit
4b7a7dad0d
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,6 +9,8 @@ doc/doxygen/*.db
|
||||
doc/doxygen/*.tmp
|
||||
# Built binaries
|
||||
*bin
|
||||
# Build directory
|
||||
/build
|
||||
# Backup files
|
||||
*~
|
||||
*.orig
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user