My favorites | Sign in
Project Home Downloads Issues Source
Repository:
Checkout   Browse   Changes   Clones    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# This file is quite different from the .hgignore because that one is full of cruft.
#
# All entries in this file must have an explanation.

# Server certificates
/*.cert
/*.crt
/*.key
/*.pem

# Server-specific configuration
server.config
server.federation.config

# Mercurial
.hg

# Merge artifcats
*.orig

# Vim and Emacs
*.swp
*~

# Mac
.DS_Store

# Eclipse
/bin

# Ant
/build
/build-proto.properties
/dist
/gen
/junit*.properties

# Testing (ant junit)
test_out
TEST-*\.xml

# Web archive (build artifact)
/war/org.waveprotocol.*
/war/waveharness
/war/webclient

# Data stores
/_accounts
/_attachments
/_certificates
/_deltas

# Config backup files
/*.old

Change log

0c84ed15791c by Yuri Zelikov <vega113> on Apr 9, 2011   Diff
Adds ant script to enable automatic
server.config file generation and
configuration.
Go to: 
Sign in to write a code review

Older revisions

c1b9aa88e401 by David Hearnden <hearn...@google.com> on Jan 9, 2011   Diff
Updates .{git,hg}ignore to ignore
file-system data stores
77e715bdc7b8 by Alex North <ano...@google.com> on Jan 4, 2011   Diff
Expand {git|hg}ignore to ignore junit
artefacts
78f3a406a30d by Tad Glines <tad.glines> on Dec 1, 2010   Diff
Update .gitignore with recent
.hgignore changes
All revisions of this file

File info

Size: 660 bytes, 54 lines
Powered by Google Project Hosting