Add basic .gitignore

This commit is contained in:
Salvage 2021-11-12 03:01:29 +01:00
parent 4017a99055
commit f681e8b909
No known key found for this signature in database
GPG Key ID: 273B3EDF04E681D7

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Everything in the default cmake build folder.
build/*
# The .clang-format file selected by cmake.
.clang-format