root/vtcross/trunk/.gitignore @ 161

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

.

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