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

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

Autoconf and Automake appear to be properly processing all source directories
now. Ready to start working with the code (finally). Had to add a line to
gitignore telling it to ignore hidden directories. Auto* makes a hell of a mess.

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*.swp
8
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/*
28m4/*
29
30\.*
Note: See TracBrowser for help on using the browser.