Structure gitignore

This commit is contained in:
Ghostkeeper 2016-04-25 13:29:49 +02:00
parent cde23edfed
commit 4548c38af6

22
.gitignore vendored
View File

@ -1,13 +1,17 @@
*.pyc # Compiled and generated things.
*kdev*
*.kate-swp
__pycache__
docs/html
*.lprof
*.log
*~
build build
*.qm *.pyc
__pycache__
*.mo *.mo
docs/html
*.log
resources/i18n/en resources/i18n/en
resources/i18n/x-test resources/i18n/x-test
# Editors and IDEs.
*kdev*
*.kate-swp
*.lprof
*~
*.qm