.gitignore: fix path
This commit is contained in:
+5
-5
@@ -14,9 +14,9 @@ compile_commands.json
|
|||||||
/ar-lib
|
/ar-lib
|
||||||
/autom4te.cache
|
/autom4te.cache
|
||||||
/compile
|
/compile
|
||||||
/config.h
|
src/include/config.h
|
||||||
/config.h.in
|
src/include/config.h.in
|
||||||
/config.h.in~
|
src/include/config.h.in~
|
||||||
/config.log
|
/config.log
|
||||||
/config.status
|
/config.status
|
||||||
/configure
|
/configure
|
||||||
@@ -24,8 +24,8 @@ compile_commands.json
|
|||||||
/install-sh
|
/install-sh
|
||||||
/missing
|
/missing
|
||||||
/mosh-*.tar.gz
|
/mosh-*.tar.gz
|
||||||
/stamp-h1
|
src/include/stamp-h1
|
||||||
/test-driver
|
/test-driver
|
||||||
/VERSION
|
/VERSION
|
||||||
/scripts/mosh
|
/scripts/mosh
|
||||||
/version.h
|
src/include/version.h
|
||||||
|
|||||||
Reference in New Issue
Block a user