We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b3bd7 commit c63a727Copy full SHA for c63a727
commands.cpp
@@ -1202,6 +1202,7 @@ int add_gpg_user (int argc, const char** argv)
1202
state_gitattributes_file << "# Do not edit this file. To specify the files to encrypt, create your own\n";
1203
state_gitattributes_file << "# .gitattributes file in the directory where your files are.\n";
1204
state_gitattributes_file << "* !filter !diff\n";
1205
+ state_gitattributes_file << "*.gpg binary\n";
1206
state_gitattributes_file.close();
1207
if (!state_gitattributes_file) {
1208
std::clog << "Error: unable to write " << state_gitattributes_path << std::endl;
0 commit comments