root/vtcross/branches/bhilburn/.gitignore @ 119

Revision 119, 0.6 KB (checked in by bhilburn, 15 years ago)

Adding LIBTOOL macros and libtoolize to bootstrapping process to allow us to
build libraries with libtool.

RevLine 
[113]1# git-ls-files --others --exclude-from=.git/info/exclude
2# Lines that start with '#' are comments.
3# For a project mostly in C, the following would be a good set of
4# exclude patterns (uncomment them if you want to use them):
[114]5*.[oad]
6*~
[115]7*.swp
[113]8
[114]9# There are a ton of files created by autofoo and libtool that we don't care
10# about.  Ignore all of them.
11Makefile
12Makefile.in
13configure.in
14aclocal.m4
15config.guess
16config.log
17config.status
18config.sub
19configure
20src/include/config.h
21src/include/stamp-h1
22install-sh
23libtool
24ltmain.sh
25missing
26depcomp
27autom4te.cache/*
[119]28m4/*
[113]29
Note: See TracBrowser for help on using the browser.