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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 0 insertions, 13 deletions
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 |