a5a8f11c3599c5e49f398ece75c71b17cc7f4ed9
[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 # files generated by configure
18 confdefs.h
19 config.status
20 conftest
21 conftest.c
22 conftest.cpp
23 conftest.er1
24 conftest.err
25 .deps
26 Makefile
27 config.h
28 stamp-h1
29 libtirpc.pc
30 # file generated during compilation
31 *.o
32 .libs
33 lib*.a
34 src/libtirpc.la
35 src/libtirpc_la-*.lo
36 # generic editor backup et al
37 *~
38 # cscope database files
39 cscope.*
40 # files generated by patches
41 *.patch
42 *.rej
43 *.orig
44 # files generated by debugging
45 .gdb_history
46 .gdbinit
47 core