fresh git tree for public release
we regretfully had to remove our git history for licensing reasons Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
commit
0ad4db4fad
271 changed files with 71255 additions and 0 deletions
46
libtirpc/.gitignore
vendored
Normal file
46
libtirpc/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# files generated by autoconf, automake, autoheader and libtoolize
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
compile
|
||||
config.guess
|
||||
config.log
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
Makefile.in
|
||||
missing
|
||||
config.h.in
|
||||
# files generated by configure
|
||||
confdefs.h
|
||||
config.status
|
||||
conftest
|
||||
conftest.c
|
||||
conftest.cpp
|
||||
conftest.er1
|
||||
conftest.err
|
||||
.deps
|
||||
Makefile
|
||||
config.h
|
||||
stamp-h1
|
||||
libtirpc.pc
|
||||
# file generated during compilation
|
||||
*.o
|
||||
.libs
|
||||
lib*.a
|
||||
src/libtirpc.la
|
||||
src/libtirpc_la-*.lo
|
||||
# generic editor backup et al
|
||||
*~
|
||||
# cscope database files
|
||||
cscope.*
|
||||
# files generated by patches
|
||||
*.patch
|
||||
*.rej
|
||||
*.orig
|
||||
# files generated by debugging
|
||||
.gdb_history
|
||||
.gdbinit
|
||||
core
|
||||
Loading…
Add table
Add a link
Reference in a new issue