mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Add *.pyc files to .gitignore
Running 'make test' generates 'ext/totals.pyc', which should not be under version control.
This commit is contained in:
parent
8b48085ee8
commit
9b73ffca8b
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,3 +12,4 @@ _CPack_Packages
|
||||||
CPackConfig.cmake
|
CPackConfig.cmake
|
||||||
CPackSourceConfig.cmake
|
CPackSourceConfig.cmake
|
||||||
*swp
|
*swp
|
||||||
|
*.pyc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue