Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Noonan <steven@valvesoftware.com>2018-10-18 05:23:16 +0300
committerSteven Noonan <steven@valvesoftware.com>2018-10-18 05:23:16 +0300
commitdde6aa0bfa949cabd981957e026ac5ebde146d60 (patch)
tree1d648edb959690020d28969a4b82748e205204a9 /.gitignore
parent7b257524a40be3c77fcd4f1f7b1f7691c4344b38 (diff)
gitignore: ignore build intermediates
Signed-off-by: Steven Noonan <steven@valvesoftware.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 9 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 42f166ee..332015d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,9 @@
-dist/
-build/
-contrib/
+/dist
+/build
+/contrib
+/dist-*
+/obj-*
+/syn-*
+
+/Makefile
+/vrclient_x64/vrclient_x64/Makefile