From f149a2641b947ebb4d1b5bb33b9f74904c30215a Mon Sep 17 00:00:00 2001
From: Robert Spencer <robert.spencer94@gmail.com>
Date: Sat, 6 Jan 2018 15:17:56 +0200
Subject: [PATCH] Add compiled python files to the ignore list

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 12cd76a87..2a3b68a50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,6 +60,7 @@ test/gtest/src/gtest-stamp/Debug/gtest-build
 *.lib
 test/gtest/src/gtest-stamp/Debug/
 tools/assimp_view/assimp_viewer.vcxproj.user
+*.pyc
 
 # Unix editor backups
 *~
-- 
GitLab