Pārlūkot izejas kodu

Update gitignore

Joeri Exelmans 1 gadu atpakaļ
vecāks
revīzija
72c78c664f
2 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  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