source: .gitignore@ 0af58f

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

Fixed versioning.

  • FIX: version.h was falsely excluded in .gitignore
  • FIX: version.h in pcp/src, molecuilder/src and util/src was not added to repository.
  • note that version.c is created by the Makefile, hence is still present in .gitignore and rightly so.

Signed-off-by: Frederik Heber <heber@…>

  • Property mode set to 100755
File size: 513 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
27tags
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.