Update .gitignore.
This commit is contained in:
parent
9f0fb224a6
commit
8be447ac02
1 changed files with 10 additions and 4 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -4,6 +4,7 @@
|
|||
*.orig
|
||||
*.swp
|
||||
.deps
|
||||
.libs
|
||||
/ChangeLog
|
||||
/INSTALL
|
||||
/aclocal.m4
|
||||
|
@ -13,8 +14,13 @@
|
|||
/configure
|
||||
/depcomp
|
||||
/doc/sample-config.tar.gz
|
||||
/doc/texinfo.tex
|
||||
/doc/tinc.info
|
||||
/doc/*.tex
|
||||
/doc/*.info
|
||||
/doc/*.5
|
||||
/doc/*.8
|
||||
/doc/*.html
|
||||
/doc/*.pdf
|
||||
/doc/*.t2p
|
||||
/install-sh
|
||||
/missing
|
||||
/src/device.c
|
||||
|
@ -24,5 +30,5 @@
|
|||
/test-driver
|
||||
Makefile
|
||||
Makefile.in
|
||||
core
|
||||
core.*
|
||||
core*
|
||||
*.tar.gz*
|
||||
|
|
Loading…
Reference in a new issue