Bladeren bron

Update gitignore

Joeri Exelmans 1 jaar geleden
bovenliggende
commit
72c78c664f
2 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. 3 0
      .gitignore
  2. 0 2
      examples/conformance/.gitignore

+ 3 - 0
.gitignore

@@ -1,3 +1,6 @@
+# Never accidently commit solutions to assignments :)
+*_solution.py
+
 # ---> Python
 # Byte-compiled / optimized / DLL files
 __pycache__/

+ 0 - 2
examples/conformance/.gitignore

@@ -1,2 +0,0 @@
-# Never accidently commit solutions to assignments :)
-*_solution.py