git: use absolute paths in .gitignore
This commit is contained in:
parent
f102acd423
commit
5776eb35b6
1 changed files with 15 additions and 15 deletions
30
.gitignore
vendored
30
.gitignore
vendored
|
@ -4,21 +4,21 @@
|
||||||
*.swp
|
*.swp
|
||||||
*.dSYM
|
*.dSYM
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
RELEASES
|
|
||||||
Makefile
|
|
||||||
chrony.conf.5
|
|
||||||
chrony.info
|
|
||||||
chrony.html
|
|
||||||
chrony.texi
|
|
||||||
chrony.txt
|
|
||||||
chronyc
|
|
||||||
chronyc.1
|
|
||||||
chronyd
|
|
||||||
chronyd.8
|
|
||||||
config.h
|
|
||||||
config.log
|
|
||||||
getdate.c
|
|
||||||
tags
|
tags
|
||||||
version.h
|
/RELEASES
|
||||||
|
/Makefile
|
||||||
|
/chrony.conf.5
|
||||||
|
/chrony.info
|
||||||
|
/chrony.html
|
||||||
|
/chrony.texi
|
||||||
|
/chrony.txt
|
||||||
|
/chronyc
|
||||||
|
/chronyc.1
|
||||||
|
/chronyd
|
||||||
|
/chronyd.8
|
||||||
|
/config.h
|
||||||
|
/config.log
|
||||||
|
/getdate.c
|
||||||
|
/version.h
|
||||||
/test/simulation/clknetsim
|
/test/simulation/clknetsim
|
||||||
/test/simulation/tmp
|
/test/simulation/tmp
|
||||||
|
|
Loading…
Reference in a new issue