summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-05-29 11:31:09 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-05-29 11:31:09 -0400
commita0419a14c0d34976587e830fd780e50bac66eb6a (patch)
treea8651f3d108a3ee685d5bcd021ccf3b489251c5e /.gitignore
parente3d150f9d045c2ef4fcf952daf88d9e4999c398f (diff)
Beginning of rigidbody tutorial #3
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index efab76d..65b6f3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,6 @@ backend/Server/.vs
backend/Server/Server/Debug
backend/Server/x64
backend/Server/Server/x64
-*~ \ No newline at end of file
+*~
+*#
+.#* \ No newline at end of file