Commit 07de09c9 by Matt Clarkson

Ignore python compiled files

parent b2a43b49
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
*.cmake *.cmake
!/cmake/*.cmake !/cmake/*.cmake
*~ *~
*.pyc
__pycache__
# cmake files. # cmake files.
/Testing /Testing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment