Add basic .gitignore

This commit is contained in:
Salvage
2021-11-12 03:01:29 +01:00
parent 4017a99055
commit f681e8b909

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