source: .gitignore@ f89a9e

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

excluded .bak-files and html directories

  • Property mode set to 100644
File size: 320 bytes
Line 
1# exclude some dirs
2build*
3bin
4tests
5
6# exclude generated html
7html
8*.html
9
10# exclude Eclipse files
11.cdtproject
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
29
30# exclude archives
31*.tgz
32*.tar.gz
33*.bgz
34*.tar.bz2
Note: See TracBrowser for help on using the repository browser.