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

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

Added preproc code to headers to prevent multiple scans, told git to ignore swap
files, playing with autoconf.

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/*
28
Note: See TracBrowser for help on using the browser.