source: .gitignore@ 7b67a3

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

added eclipse dotfiles and extended build dirs to git ignore file

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