source: .gitignore@ 729279

Last change on this file since 729279 was 2aea0b, checked in by Frederik Heber <heber@…>, 16 years ago

new tesselation unit test

  • excluded some more files (mostly ecut and cppunit stuff)
  • Tesselation unit test added
  • Property mode set to 100755
File size: 412 bytes
Line 
1# exclude some dirs
2build*
3bin
4tests
5
6# exclude generated html
7*html*
8
9# exclude Eclipse files
10.cdt*
11.cproject
12.project
13.settings
14.csettings*
15.ecut*
16TestRunnerClient.h
17TestRunnerClient.cpp
18
19# ctags files
20tags
21
22# exclude automake generated stuff
23*.in
24*~
25*.swp
26*.bak
27configure
28config
29aclocal.m4
30autom4te.cache
31missing
32INSTALL
33COPYING
34NEWS
35AUTHORS
36CHANGES
37README
38
39# exclude archives
40*.tgz
41*.tar.gz
42*.bgz
43*.tar.bz2
Note: See TracBrowser for help on using the repository browser.