1
0

2 Revīzijas 9a5981bf3e ... 55c8b25f4d

Autors SHA1 Ziņojums Datums
  Fabian Peter Hammerle 55c8b25f4d grep: show line number 5 gadi atpakaļ
  Fabian Peter Hammerle 55f4baf271 ignore mypy cache 5 gadi atpakaļ
2 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 3 0
      gitconfig
  2. 1 0
      gitignore

+ 3 - 0
gitconfig

@@ -15,6 +15,9 @@
 	short = true
 	showUntrackedFiles = normal
 
+[grep]
+	lineNumber = true
+
 [diff]
 	tool = vimdiff
 

+ 1 - 0
gitignore

@@ -5,6 +5,7 @@
 .*.sw[nop]
 .eggs/
 .ipynb_checkpoints/
+.mypy_cache/
 .ycm_extra_conf.py
 .~lock.*#
 CMakeCache.txt