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
|
*.orig
|
||||||
*.swp
|
*.swp
|
||||||
.deps
|
.deps
|
||||||
|
.libs
|
||||||
/ChangeLog
|
/ChangeLog
|
||||||
/INSTALL
|
/INSTALL
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
|
@ -13,8 +14,13 @@
|
||||||
/configure
|
/configure
|
||||||
/depcomp
|
/depcomp
|
||||||
/doc/sample-config.tar.gz
|
/doc/sample-config.tar.gz
|
||||||
/doc/texinfo.tex
|
/doc/*.tex
|
||||||
/doc/tinc.info
|
/doc/*.info
|
||||||
|
/doc/*.5
|
||||||
|
/doc/*.8
|
||||||
|
/doc/*.html
|
||||||
|
/doc/*.pdf
|
||||||
|
/doc/*.t2p
|
||||||
/install-sh
|
/install-sh
|
||||||
/missing
|
/missing
|
||||||
/src/device.c
|
/src/device.c
|
||||||
|
@ -24,5 +30,5 @@
|
||||||
/test-driver
|
/test-driver
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
core
|
core*
|
||||||
core.*
|
*.tar.gz*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue