mirror of
https://github.com/github/codeql.git
synced 2026-07-21 03:08:25 +02:00
C# has its own additional `.gitignore` to ignore the output files of the AutoBuilder build. Now that we have our own AutoBuilder in C++, we need the same thing.
13 lines
111 B
Plaintext
13 lines
111 B
Plaintext
obj/
|
|
TestResults/
|
|
*.manifest
|
|
*.pdb
|
|
*.suo
|
|
*.mdb
|
|
*.vsmdi
|
|
csharp.log
|
|
**/bin/Debug
|
|
**/bin/Release
|
|
*.tlog
|
|
.vs
|
|
*.user |