.gitignore: add *.rej and *.save files
This commit is contained in:
parent
6e0c8db99f
commit
0c0ff546f1
2
.gitignore
vendored
2
.gitignore
vendored
@ -21,6 +21,8 @@ fuzzing/**/findings/
|
|||||||
.*.swn
|
.*.swn
|
||||||
.*.swo
|
.*.swo
|
||||||
.*.swp
|
.*.swp
|
||||||
|
*.save
|
||||||
|
*.rej
|
||||||
\#*\#
|
\#*\#
|
||||||
cachegrind.out*
|
cachegrind.out*
|
||||||
# Eclipse workspace files
|
# Eclipse workspace files
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user