source: .gitignore@ 4aef8a

Last change on this file since 4aef8a was 4aef8a, checked in by Frederik Heber <heber@…>, 17 years ago

Excluded all autoconf files (AUTHORS, CHANGES, ...) and .cdt*

  • Property mode set to 100644
File size: 342 bytes
Line 
1# exclude some dirs
2build*
3bin
4tests
5
6# exclude generated html
7html
8*.html
9
10# exclude Eclipse files
11.cdt*
12.cproject
13.project
14.settings
15
16
17# exclude automake generated stuff
18*.in
19*.in~
20*.swp
21*.bak
22configure
23config
24aclocal.m4
25autom4te.cache
26missing
27INSTALL
28COPYING
29NEWS
30AUTHORS
31CHANGES
32README
33
34# exclude archives
35*.tgz
36*.tar.gz
37*.bgz
38*.tar.bz2
Note: See TracBrowser for help on using the repository browser.