Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitignore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
gitignore
Commits
48234071
Commit
48234071
authored
Feb 22, 2011
by
Chris Wanstrath
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/d2s/gitignore
into d2s-master
parents
e2adce27
a9b0aadc
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
6 deletions
+19
-6
Autotools.gitignore
Autotools.gitignore
+0
-1
Mercurial.gitignore
Global/Mercurial.gitignore
+3
-0
SVN.gitignore
Global/SVN.gitignore
+1
-2
PlayFramework.gitignore
PlayFramework.gitignore
+6
-3
Symfony2.gitignore
Symfony2.gitignore
+4
-0
gcov.gitignore
gcov.gitignore
+5
-0
No files found.
Autotools.gitignore
View file @
48234071
# http://www.gnu.org/software/automake
Makefile.in
...
...
Global/Mercurial.gitignore
0 → 100644
View file @
48234071
/.hg/*
*/.hg/*
.hgignore
\ No newline at end of file
Global/SVN.gitignore
View file @
48234071
/.svn/*
*/.svn/*
\ No newline at end of file
.svn/
PlayFramework.gitignore
View file @
48234071
...
...
@@ -4,8 +4,11 @@
# except for .gitignore
!.gitignore
# Ignore Play! working directory
tmp
# Ignore Play! working directory #
db
eclipse
log
logs
server.pid
test-result
eclipse
tmp
\ No newline at end of file
Symfony2.gitignore
0 → 100644
View file @
48234071
*/logs/*
*/cache/*
web/uploads/*
web/bundles/*
gcov.gitignore
0 → 100644
View file @
48234071
# gcc coverage testing tool files
*.gcno
*.gcda
*.gcov
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment