diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a1a1316 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Set default behaviour, in case users don't have core.autocrlf set. +* text=auto + +# Try to ensure that po files in the repo does not include +# source code line numbers. +# Every person expected to commit po files should change their personal config file as described here: +# https://mail.gnome.org/archives/kupfer-list/2010-June/msg00002.html +*.po filter=cleanpo diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b9e4976 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +addon/doc/*.css +addon/doc/en/ +*_docHandler.py +*.ini +*.mo +*.pot +*.pyc +*.nvda-addon +.sconsign.dblite