Initial Commit
* A simple C-Make project setup * A lot of warnings enabled and warnings as errors * unit test discovery with google test In progress functionality - sanitizers - static analysis
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -30,3 +30,11 @@
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# MSVC Specific
|
||||
*.pdb
|
||||
*.exp
|
||||
|
||||
build/
|
||||
.vs/
|
||||
Testing/
|
||||
|
||||
Reference in New Issue
Block a user