瀏覽代碼

Update gitignore

Joeri Exelmans 1 年之前
父節點
當前提交
72c78c664f
共有 2 個文件被更改,包括 3 次插入2 次删除
  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