Revision ada57de4d86078f328360f33b795af7fd215c066 authored by Frank Karlitschek on 21 January 2013, 20:01:10 UTC, committed by Frank Karlitschek on 21 January 2013, 20:01:10 UTC
1 parent 3cf9c43
Raw File
.gitignore
# the default generated dir + db file
data
owncloud
config/config.php
config/mount.php
apps/inc.php

# just sane ignores
.*.sw[po]
*.bak
*.BAK
*~
*.orig
*.class
.cvsignore
Thumbs.db
*.py[co]
_darcs/*
CVS/*
.svn/*
RCS/*
*.backup*

# kdevelop
.kdev
*.kdev4
*.kate-swp

# Lokalize
*lokalize*

# eclipse
.project
.settings

# netbeans 
nbproject

# phpStorm
.idea

# geany
*.geany

# Cloud9IDE
.settings.xml

# vim ex mode
.vimrc
	
# Mac OS
.DS_Store

# WebFinger
.well-known
/.buildpath

#tests - autogenerated filed
data-autotest
/tests/coverage*
/tests/autoconfig*
/tests/autotest*
back to top