mirror of
https://github.com/tmate-io/tmate.git
synced 2025-04-18 16:38:53 +02:00
Minor update to .gitignore
Now ignores: corefiles, stray patches and tags file.
This commit is contained in:
parent
6d6e1581b5
commit
01da28efb1
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,10 @@
|
|||||||
*.o
|
*.o
|
||||||
*~
|
*~
|
||||||
|
*.diff
|
||||||
|
*.patch
|
||||||
|
*.core
|
||||||
|
core
|
||||||
|
tags
|
||||||
.deps/
|
.deps/
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache/
|
autom4te.cache/
|
||||||
|
Loading…
Reference in New Issue
Block a user