Update .gitignore.
This commit is contained in:
parent
d8ca00fe40
commit
92f0c4db77
1 changed files with 20 additions and 9 deletions
29
.gitignore
vendored
29
.gitignore
vendored
|
@ -1,17 +1,28 @@
|
||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
*.o
|
|
||||||
*.a
|
*.a
|
||||||
/config.*
|
*.dirstamp
|
||||||
/src/tincd
|
*.o
|
||||||
/autom4te.cache
|
*.orig
|
||||||
|
*.swp
|
||||||
|
.deps
|
||||||
|
/ChangeLog
|
||||||
|
/INSTALL
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
|
/autom4te.cache
|
||||||
/compile
|
/compile
|
||||||
|
/config.*
|
||||||
/configure
|
/configure
|
||||||
/depcomp
|
/depcomp
|
||||||
|
/doc/sample-config.tar.gz
|
||||||
|
/doc/texinfo.tex
|
||||||
|
/doc/tinc.info
|
||||||
/install-sh
|
/install-sh
|
||||||
/missing
|
/missing
|
||||||
INSTALL
|
|
||||||
.deps
|
|
||||||
stamp-h1
|
|
||||||
/src/device.c
|
/src/device.c
|
||||||
|
/src/tincd
|
||||||
|
/src/version-git.h
|
||||||
|
/stamp-h1
|
||||||
|
/test-driver
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
core
|
||||||
|
core.*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue