initial checkin
[platform/upstream/libtirpc.git] / .gitignore
1 # files generated by autoconf, automake, autoheader and libtoolize
2 aclocal.m4
3 autom4te.cache
4 compile
5 config.guess
6 config.log
7 config.sub
8 configure
9 depcomp
10 install-sh
11 libtool
12 ltmain.sh
13 Makefile.in
14 missing
15 config.h.in
16 m4/*
17 libtirpc-*.tar.gz
18 # files generated by configure
19 confdefs.h
20 config.status
21 conftest
22 conftest.c
23 conftest.cpp
24 conftest.er1
25 conftest.err
26 .deps
27 Makefile
28 config.h
29 stamp-h1
30 libtirpc.pc
31 # file generated during compilation
32 *.o
33 .libs
34 lib*.a
35 src/libtirpc.la
36 src/libtirpc_la-*.lo
37 # generic editor backup et al
38 *~
39 .stgitmail.txt
40 # cscope database files
41 cscope.*
42 # files generated by patches
43 *.patch
44 *.rej
45 *.orig
46 # files generated by debugging
47 .gdb_history
48 .gdbinit
49 core