Add gitignore
This commit is contained in:
parent
9b325d5c36
commit
61cfa7a25b
1 changed files with 26 additions and 0 deletions
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
*.gcda
|
||||
*.gcno
|
||||
*.trs
|
||||
*.log
|
||||
Makefile
|
||||
Makefile.in
|
||||
tests/Makefile.am
|
||||
ar-lib
|
||||
aclocal.m4
|
||||
config.h.in~
|
||||
compile
|
||||
COPYING
|
||||
depcomp
|
||||
INSTALL
|
||||
install-sh
|
||||
missing
|
||||
test-driver
|
||||
configure
|
||||
config.h
|
||||
lcov_html
|
||||
lcov.info
|
||||
*.gcov
|
||||
.deps/
|
||||
stamp-h1
|
||||
autom4te.cache/
|
||||
config.status
|
||||
Loading…
Add table
Add a link
Reference in a new issue