Improve gitignore
This commit is contained in:
parent
894fe401d1
commit
9c7886cf73
|
@ -1,7 +1,22 @@
|
||||||
*.pyc
|
## Editors
|
||||||
terminatorlib/*.pyc
|
*~
|
||||||
|
.*.sw[op]
|
||||||
.project
|
.project
|
||||||
|
.idea
|
||||||
.pydevproject
|
.pydevproject
|
||||||
terminatorlib/meliae
|
|
||||||
_trial_temp
|
## VCS
|
||||||
|
/.bzr
|
||||||
|
|
||||||
|
## Python
|
||||||
|
*.pyc
|
||||||
|
*.egg-info
|
||||||
|
/build
|
||||||
terminatorc
|
terminatorc
|
||||||
|
remotinatorc
|
||||||
|
terminatorlib/meliae
|
||||||
|
|
||||||
|
## language / intltool related files
|
||||||
|
.intltool*
|
||||||
|
data/terminator.appdata.xml
|
||||||
|
data/terminator.desktop
|
||||||
|
|
Loading…
Reference in New Issue