aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 13 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 567609b..db1a076 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,13 @@
-build/
+# Ignore everything in the project root directory,
+/*
+
+# except...
+!common/
+!docs/
+!server-v1/
+!ui.qt/
+
+!.gitignore
+!.editorconfig
+!LICENSE
+!README.md