mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-10 18:14:27 +02:00
.gitignore: ignore files created by patch command
This commit is contained in:
parent
b730264d80
commit
84be9123ef
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,8 +1,10 @@
|
||||||
# backup and temporary files
|
# backup and temporary files
|
||||||
*~
|
*~
|
||||||
|
|
||||||
# patches
|
# patches and related files
|
||||||
|
*.orig
|
||||||
*.patch
|
*.patch
|
||||||
|
*.rej
|
||||||
|
|
||||||
# html files (as generated from markdown)
|
# html files (as generated from markdown)
|
||||||
*.html
|
*.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue