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

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

Migrated to using autoconf-generate config.h so that compile lines are easier to
read, and compile flags are better organized.

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
[136]20src/include/vtcross/config.h
21src/include/vtcross/stamp-h1
[114]22install-sh
23libtool
24ltmain.sh
25missing
26depcomp
27autom4te.cache/*
[119]28m4/*
[136]29*.in
[113]30
[122]31\.*
[129]32
33# Binary files
34policy_demo
[130]35cbr_demo
[131]36shell_demo
Note: See TracBrowser for help on using the browser.