Merge pull request #1125 from black-desk/master
.gitignore: add autogenerated files
This commit is contained in:
+6
-5
@@ -7,15 +7,16 @@ Makefile
|
|||||||
Makefile.in
|
Makefile.in
|
||||||
.cproject
|
.cproject
|
||||||
.project
|
.project
|
||||||
|
compile_commands.json
|
||||||
|
|
||||||
/INSTALL
|
/INSTALL
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/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
|
||||||
@@ -23,8 +24,8 @@ Makefile.in
|
|||||||
/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