mirror of
https://github.com/mirror/make.git
synced 2026-08-08 17:10:58 +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:
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
|
||||
|
||||
Reference in New Issue
Block a user