mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 03:05:34 +00:00
.gitignore enhanced for emacs, which generates even more tmp files since 2022
This commit is contained in:
parent
c48abf70c4
commit
cca40edb3d
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,8 +1,13 @@
|
|||
# https://git-scm.com/docs/gitignore
|
||||
|
||||
build
|
||||
deprecated
|
||||
.ansible
|
||||
*.patches
|
||||
*.log
|
||||
*.retry
|
||||
|
||||
# Lines below for emacs, which generates even more tmp files since 2022
|
||||
*~
|
||||
.#*
|
||||
\#*#
|
||||
|
|
Loading…
Reference in a new issue