source: .gitignore@ 0d111b

Last change on this file since 0d111b was 551a58, checked in by Frederik Heber <heber@…>, 15 years ago

Merge branch 'FixVersioning3' into Analysis_PairCorrelation

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