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

Revision 114, 0.5 KB (checked in by bhilburn, 15 years ago)

Fixed gitignore file, adding options to autoconf file.

Line 
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):
5*.[oad]
6*~
7
8# There are a ton of files created by autofoo and libtool that we don't care
9# about.  Ignore all of them.
10Makefile
11Makefile.in
12configure.in
13aclocal.m4
14config.guess
15config.log
16config.status
17config.sub
18configure
19src/include/config.h
20src/include/stamp-h1
21install-sh
22libtool
23ltmain.sh
24missing
25depcomp
26autom4te.cache/*
27
Note: See TracBrowser for help on using the browser.