source: .gitignore@ e1f6d7

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

removed some more eclipse files (ecut and cppunit)

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