source: .gitignore@ 1b192d

Last change on this file since 1b192d 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
RevLine 
[0e5e82]1# exclude some dirs
[c6a100]2build*
[0e5e82]3bin
[e0f4da]4tests
[0e5e82]5
6# exclude generated html
7*.html
8
[c6a100]9# exclude Eclipse files
10.cdtproject
11.cproject
12.project
13.settings
14
15
[0e5e82]16# exclude automake generated stuff
17*.in
[e0f4da]18*.in~
19*.swp
[0e5e82]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.