source: .gitignore@ 9ef65d

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

ctags file 'tags' is ignored.

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