mirror of
git://git.sv.gnu.org/nano.git
synced 2024-12-26 20:29:46 +03:00
build-sys: ignore .patch, .orig and .swp files
This commit is contained in:
parent
54217ea500
commit
da9ea91b37
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,9 @@
|
||||
*~
|
||||
*.bak
|
||||
*.o
|
||||
*.orig
|
||||
*.patch
|
||||
*.swp
|
||||
.deps
|
||||
.libs
|
||||
Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user