diff --git a/ignore b/ignore index a263734..67d07d0 100644 --- a/ignore +++ b/ignore @@ -1,10 +1,10 @@ +!.gitkeep +!.gitignore + ### ### Общие настройки для C, C++, Fortran, Qt, CMake, Ninja, LaTeX и редакторов ### -!.gitkeep -!.gitignore - ### ### Временные файлы текстовых редакторов ### diff --git a/user.conf.example b/user.conf.example new file mode 100644 index 0000000..bc9ff3d --- /dev/null +++ b/user.conf.example @@ -0,0 +1,11 @@ +[user] + name = John Doe + email = john@doe.com + +[core] + editor = mcedit + pager = less -R + +[merge] + tool = meld +