mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-27 23:06:54 +00:00
[SV 45515] Ignore Windows-specific build artifacts
* .gitignore: Ignore *.exe, *.dll.a, *.lib, *pdb, and a few more MSVC specific artifacts. Suggested by James Johnston <johnstonj.public@codenest.com>
This commit is contained in:
parent
a80a8b8a10
commit
7e849f3b81
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -27,6 +27,12 @@ gmk-default.h
|
|||
loadavg
|
||||
make
|
||||
*.o
|
||||
*.exe
|
||||
*.dll.a
|
||||
*.obj
|
||||
*.lib
|
||||
*.pdb
|
||||
*.sbr
|
||||
|
||||
# Distribution artifacts
|
||||
.dep_segment
|
||||
|
|
Loading…
Reference in a new issue