~vcs-imports/clansuite/trunk

4016 by vain
- renamed htaccess-simple.txt to .htaccess (active)
1
#
2
# .gitignore
3
#
4
# Ignore works for the dir the gitignore file resides in.
5
# To have a global effect affect to all repositories run this command:
6
# git config --global core.excludesfile ~/.gitignore
7
8
# Mac OS X Finder and whatnot
9
.DS_Store
10
11
# Windows crap
12
Thumbs.db
13
4351 by vain
- added eclipse file and folders to git ignore
14
# Netbeans IDE related
4016 by vain
- renamed htaccess-simple.txt to .htaccess (active)
15
nbproject
16
4351 by vain
- added eclipse file and folders to git ignore
17
# Eclipse IDE related
18
.cache*
19
.project
20
.settings*
21
.buildpath
22
4016 by vain
- renamed htaccess-simple.txt to .htaccess (active)
23
# Webserver
24
/.htaccess
25
26
# Scriptfiles
27
cache/**/*
4329 by vain
- ignore svn
28
*.log
29
30
# Subversion
31
.svn
4560 by vain
- Added ignore for phpunit.xml
32
.svn/entries
33
34
# PHPUnit
35
phpunit.xml