mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-06 05:55:08 +00:00
ignore files produced by cmake
This commit is contained in:
parent
aee25bf3c7
commit
36206b924e
1 changed files with 10 additions and 1 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,4 +1,13 @@
|
|||
# VS Code:
|
||||
.vscode/
|
||||
# Often used by CMake
|
||||
build/
|
||||
build/
|
||||
*.cmake
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
Makefile
|
||||
docsample
|
||||
apitests
|
||||
cpp11
|
||||
negative
|
||||
noexceptionstests
|
||||
|
|
Loading…
Add table
Reference in a new issue