You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
515 B
36 lines
515 B
# Copyright (C) 2019 Alexandros Theodotou <alex at zrythm dot org> |
|
# |
|
# Copying and distribution of this file, with or without modification, |
|
# are permitted in any medium without royalty provided the copyright |
|
# notice and this notice are preserved. This file is offered as-is, |
|
# without any warranty. |
|
|
|
./*.html |
|
# common/*.inc |
|
|
|
*.mo |
|
# locale/*/ |
|
# locale/messages.pot |
|
|
|
rendered/ |
|
#en/ |
|
#de/ |
|
#fr/ |
|
#it/ |
|
#es/ |
|
#ru/ |
|
|
|
__pycache__ |
|
*.pyc |
|
|
|
*~ |
|
\#*\# |
|
futility_engine_loader.sh |
|
|
|
# vim files |
|
*.swp |
|
|
|
.credentials |
|
|
|
# css |
|
.sass-cache
|
|
|