.gitignore: add a gitignore for build artifacts
Signed-off-by: Max Regan <mgregan2@gmail.com>
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
GPATH
|
||||
GRTAGS
|
||||
GTAGS
|
||||
GSYMS
|
||||
*.o
|
||||
build/*
|
||||
*.gcov
|
||||
*.gcov.c
|
||||
*.gcno
|
||||
*.gcda
|
||||
*[#]*[#]
|
||||
Reference in New Issue
Block a user