diff options
author | rtk0c <[email protected]> | 2022-06-27 00:17:35 +0000 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-06-27 00:17:35 +0000 |
commit | fa744c91b0b15d5978e915816e712e388ead7e64 (patch) | |
tree | 3e1629bdc6538212a8882fec7620120f9203fbb8 /server-v1 | |
parent | 1a8cffddf383872b84d0df9acef5662e02189f2b (diff) |
Remove .gitignore, add symlinks back
git-svn-id: file:///home/arch/svn/epistmool/trunk@7 71f44415-077c-4ad7-a976-72ddbf76608f
Diffstat (limited to 'server-v1')
l--------- | server-v1/.clang-format | 1 | ||||
l--------- | server-v1/.clang-tidy | 1 | ||||
-rw-r--r-- | server-v1/.gitignore | 5 |
3 files changed, 2 insertions, 5 deletions
diff --git a/server-v1/.clang-format b/server-v1/.clang-format new file mode 120000 index 0000000..9afe8e5 --- /dev/null +++ b/server-v1/.clang-format @@ -0,0 +1 @@ +../common/c++/.clang-format
\ No newline at end of file diff --git a/server-v1/.clang-tidy b/server-v1/.clang-tidy new file mode 120000 index 0000000..d2ba648 --- /dev/null +++ b/server-v1/.clang-tidy @@ -0,0 +1 @@ +../common/c++/.clang-tidy
\ No newline at end of file diff --git a/server-v1/.gitignore b/server-v1/.gitignore deleted file mode 100644 index f2ae28d..0000000 --- a/server-v1/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -.idea/ -build/ -cache/ -CMakeLists.txt.user -compile_commands.json |