Last change
on this file since 7b67a3 was c6a100, checked in by Frederik Heber <heber@…>, 17 years ago |
added eclipse dotfiles and extended build dirs to git ignore file
|
-
Property mode
set to
100644
|
File size:
309 bytes
|
Line | |
---|
1 | # exclude some dirs
|
---|
2 | build*
|
---|
3 | bin
|
---|
4 | tests
|
---|
5 |
|
---|
6 | # exclude generated html
|
---|
7 | *.html
|
---|
8 |
|
---|
9 | # exclude Eclipse files
|
---|
10 | .cdtproject
|
---|
11 | .cproject
|
---|
12 | .project
|
---|
13 | .settings
|
---|
14 |
|
---|
15 |
|
---|
16 | # exclude automake generated stuff
|
---|
17 | *.in
|
---|
18 | *.in~
|
---|
19 | *.swp
|
---|
20 | configure
|
---|
21 | config
|
---|
22 | aclocal.m4
|
---|
23 | autom4te.cache
|
---|
24 | missing
|
---|
25 | INSTALL
|
---|
26 | COPYING
|
---|
27 |
|
---|
28 | # exclude archives
|
---|
29 | *.tgz
|
---|
30 | *.tar.gz
|
---|
31 | *.bgz
|
---|
32 | *.tar.bz2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.