.gitignore changd
This commit is contained in:
+18
-27
@@ -1,31 +1,22 @@
|
|||||||
# Object files
|
/INSTALL
|
||||||
*.o
|
/Makefile
|
||||||
*.ko
|
|
||||||
|
|
||||||
# Libraries
|
|
||||||
*.lib
|
|
||||||
*.a
|
|
||||||
|
|
||||||
# Shared objects (inc. Windows DLLs)
|
|
||||||
*.dll
|
|
||||||
*.so
|
|
||||||
*.so.*
|
|
||||||
*.dylib
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
|
||||||
*.out
|
|
||||||
*.app
|
|
||||||
/Makefile.in
|
/Makefile.in
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
|
/ar-lib
|
||||||
/autom4te.cache/
|
/autom4te.cache/
|
||||||
/config*
|
/config*
|
||||||
/tools/*
|
/depcomp
|
||||||
*.deps/
|
/libebus-*.pc
|
||||||
stamp-h1
|
/libebus-*.tar.*
|
||||||
src/Makefile
|
/install-sh
|
||||||
src/Makefile.in
|
/libtool
|
||||||
lib/Makefile
|
/ltmain.sh
|
||||||
lib/Makefile.in
|
/m4/
|
||||||
src/ebusd
|
/missing
|
||||||
Makefile
|
/stamp-h?
|
||||||
|
.deps/
|
||||||
|
.libs/
|
||||||
|
*.l[ao]
|
||||||
|
*.o
|
||||||
|
*.dirstamp
|
||||||
|
test_*
|
||||||
|
|||||||
Reference in New Issue
Block a user