~vcs-imports/clansuite/trunk

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
#
# .gitignore
#
# Ignore works for the dir the gitignore file resides in.
# To have a global effect affect to all repositories run this command:
# git config --global core.excludesfile ~/.gitignore

# Mac OS X Finder and whatnot
.DS_Store

# Windows crap
Thumbs.db

# Netbeans IDE related
nbproject

# Eclipse IDE related
.cache*
.project
.settings*
.buildpath

# Webserver
/.htaccess

# Scriptfiles
cache/**/*
*.log

# Subversion
.svn
.svn/entries

# PHPUnit
phpunit.xml