mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-07-26 05:44:52 +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