diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-17 22:26:16 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-17 23:09:00 +0100 |
commit | 3550a1170b354b3f7dd92df038f6e6d7c8e0dd7f (patch) | |
tree | 9fd5b93a53815690f91d00dfa82dbc6b49109025 /.gitignore |
initial import
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..277d5b27 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/build*/ +/.clang-tidy +/.clang-format +/.idea/ +/userconfig-*.cmake |