gitignore .pyc and GTAGS
This commit is contained in:
parent
a377ff79aa
commit
6d3e8b00f2
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,8 @@
|
||||||
*.o
|
*.o
|
||||||
.*.d
|
.*.d
|
||||||
|
*.pyc
|
||||||
src/kak
|
src/kak
|
||||||
tags
|
tags
|
||||||
|
GPATH
|
||||||
|
GRTAGS
|
||||||
|
GTAGS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user