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

Revision 113, 0.7 KB (checked in by bhilburn, 15 years ago)

Copied over my .gitignore to make handling the autofoo stuff easier.

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