From fa744c91b0b15d5978e915816e712e388ead7e64 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 27 Jun 2022 00:17:35 +0000 Subject: Remove .gitignore, add symlinks back git-svn-id: file:///home/arch/svn/epistmool/trunk@7 71f44415-077c-4ad7-a976-72ddbf76608f --- .gitignore | 13 ------------- server-v1/.clang-format | 1 + server-v1/.clang-tidy | 1 + server-v1/.gitignore | 5 ----- ui.qt/.clang-format | 1 + ui.qt/.clang-tidy | 1 + ui.qt/.gitignore | 5 ----- 7 files changed, 4 insertions(+), 23 deletions(-) delete mode 100644 .gitignore create mode 120000 server-v1/.clang-format create mode 120000 server-v1/.clang-tidy delete mode 100644 server-v1/.gitignore create mode 120000 ui.qt/.clang-format create mode 120000 ui.qt/.clang-tidy delete mode 100644 ui.qt/.gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index db1a076..0000000 --- a/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -# Ignore everything in the project root directory, -/* - -# except... -!common/ -!docs/ -!server-v1/ -!ui.qt/ - -!.gitignore -!.editorconfig -!LICENSE -!README.md 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 diff --git a/ui.qt/.clang-format b/ui.qt/.clang-format new file mode 120000 index 0000000..9afe8e5 --- /dev/null +++ b/ui.qt/.clang-format @@ -0,0 +1 @@ +../common/c++/.clang-format \ No newline at end of file diff --git a/ui.qt/.clang-tidy b/ui.qt/.clang-tidy new file mode 120000 index 0000000..d2ba648 --- /dev/null +++ b/ui.qt/.clang-tidy @@ -0,0 +1 @@ +../common/c++/.clang-tidy \ No newline at end of file diff --git a/ui.qt/.gitignore b/ui.qt/.gitignore deleted file mode 100644 index 5d9d765..0000000 --- a/ui.qt/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -.idea/ -build/ -cache/ -CMakeLists.txt.user -compile_commands.json -- cgit v1.2.3-70-g09d2