source: trunk/.gitignore @ 6399

Revision 5181, 506 bytes checked in by vain, 15 months ago (diff)
  • Added ignore for phpunit.xml
Line 
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
12Thumbs.db
13
14# Netbeans IDE related
15nbproject
16
17# Eclipse IDE related
18.cache*
19.project
20.settings*
21.buildpath
22
23# Webserver
24/.htaccess
25
26# Scriptfiles
27cache/**/*
28*.log
29
30# Subversion
31.svn
32.svn/entries
33
34# PHPUnit
35phpunit.xml
Note: See TracBrowser for help on using the repository browser.