Peter M. Groen
/
knowledgetree
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
bb0d15add90539d8d1950ce93ecb18ab7c23ba92
Authored by
Kevin G Fourie
2009-07-02 14:36:56 +0200
1 parent
e6428228
Updated .gitignore for Zend IDE environment too.
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
.gitignore
.gitignore
View file @
bb0d15a
1
1
*~
2
-var/cache/configcache
3
-var/log/
4
2
bin/luceneserver/lucene.pid
5
3
*.tmproj
6
-.DS_Store
7
4
\ No newline at end of file
5
+.DS_Store
6
+.buildpath
7
+.project
8
+.settings/
9
+dummy.php
10
+var/*
...
...