From be7a6c1f153c03f769882b44d4963dc5d8a103ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20G=C3=B6r?= Date: Thu, 1 Feb 2024 02:44:45 +0300 Subject: [PATCH] Added all file news as ChangeLog file into ChangeLog file --- .gitignore | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ChangeLog | 12 ++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 .gitignore create mode 100644 ChangeLog diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9cd3410 --- /dev/null +++ b/.gitignore @@ -0,0 +1,55 @@ +# Created by https://www.toptal.com/developers/gitignore/api/emacs +# Edit at https://www.toptal.com/developers/gitignore?templates=emacs + +### Emacs ### +# -*- mode: gitignore; -*- +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +# Org-mode +.org-id-locations +*_archive + +# flymake-mode +*_flymake.* + +# eshell files +/eshell/history +/eshell/lastdir + +# elpa packages +/elpa/ + +# reftex files +*.rel + +# AUCTeX auto folder +/auto/ + +# cask packages +.cask/ +dist/ + +# Flycheck +flycheck_*.el + +# server auth directory +/server/ + +# projectiles files +.projectile + +# directory configuration +.dir-locals.el + +# network security +/network-security.data + + +# End of https://www.toptal.com/developers/gitignore/api/emacs diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..9a2e718 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,12 @@ +2024-02-01 Mert Gör + + * hacker.tr.md: The Turkish version of how to become a committer + + * README.md: The English article collection for how to become a committer + + * by-sa.markdown: The original License file + + * .gitignore: gitignore added for Emacs outputs + + * LICENSE: CC BY-SA 4.0 or any later +