Skip to content

Commit be7a6c1

Browse files
committed
Added all file news as ChangeLog file into ChangeLog file
1 parent 16f3768 commit be7a6c1

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

.gitignore

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/emacs
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=emacs
3+
4+
### Emacs ###
5+
# -*- mode: gitignore; -*-
6+
*~
7+
\#*\#
8+
/.emacs.desktop
9+
/.emacs.desktop.lock
10+
*.elc
11+
auto-save-list
12+
tramp
13+
.\#*
14+
15+
# Org-mode
16+
.org-id-locations
17+
*_archive
18+
19+
# flymake-mode
20+
*_flymake.*
21+
22+
# eshell files
23+
/eshell/history
24+
/eshell/lastdir
25+
26+
# elpa packages
27+
/elpa/
28+
29+
# reftex files
30+
*.rel
31+
32+
# AUCTeX auto folder
33+
/auto/
34+
35+
# cask packages
36+
.cask/
37+
dist/
38+
39+
# Flycheck
40+
flycheck_*.el
41+
42+
# server auth directory
43+
/server/
44+
45+
# projectiles files
46+
.projectile
47+
48+
# directory configuration
49+
.dir-locals.el
50+
51+
# network security
52+
/network-security.data
53+
54+
55+
# End of https://www.toptal.com/developers/gitignore/api/emacs

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2024-02-01 Mert Gör <[email protected]>
2+
3+
* hacker.tr.md: The Turkish version of how to become a committer
4+
5+
* README.md: The English article collection for how to become a committer
6+
7+
* by-sa.markdown: The original License file
8+
9+
* .gitignore: gitignore added for Emacs outputs
10+
11+
* LICENSE: CC BY-SA 4.0 or any later
12+

0 commit comments

Comments
 (0)