source: .gitignore@ 4cbac2

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

Updated gitignore

  • Property mode set to 100755
File size: 417 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
18# ctags files
19tags
20
21# exclude automake generated stuff
22*.in
23*~
24*.swp
25*.bak
26configure
27config
28aclocal.m4
29autom4te.cache
30missing
31depcomp
32install-sh
33INSTALL
34COPYING
35NEWS
36AUTHORS
37CHANGES
38README
39
40# exclude compiled stuff
41*.o
42
43# exclude archives
44*.tgz
45*.tar.gz
46*.bgz
47*.tar.bz2
Note: See TracBrowser for help on using the repository browser.