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
d08fbbd0
Commit
d08fbbd0
authored
Aug 22, 2012
by
Ali Servet Donmez
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/github/gitignore
parents
6f6c2eac
c160ad91
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
6 deletions
+13
-6
CSharp.gitignore
CSharp.gitignore
+2
-0
Erlang.gitignore
Erlang.gitignore
+0
-1
Archives.gitignore
Global/Archives.gitignore
+2
-1
OSX.gitignore
Global/OSX.gitignore
+1
-0
PhPStorm.gitignore
Global/PhPStorm.gitignore
+1
-0
Windows.gitignore
Global/Windows.gitignore
+1
-1
Python.gitignore
Python.gitignore
+4
-3
VB.Net.gitignore
VB.Net.gitignore
+2
-0
No files found.
CSharp.gitignore
View file @
d08fbbd0
...
@@ -32,6 +32,7 @@ x64/
...
@@ -32,6 +32,7 @@ x64/
*.tli
*.tli
*.tlh
*.tlh
*.tmp
*.tmp
*.log
*.vspscc
*.vspscc
*.vssscc
*.vssscc
.builds
.builds
...
@@ -46,6 +47,7 @@ ipch/
...
@@ -46,6 +47,7 @@ ipch/
# Visual Studio profiler
# Visual Studio profiler
*.psess
*.psess
*.vsp
*.vsp
*.vspx
# Guidance Automation Toolkit
# Guidance Automation Toolkit
*.gpState
*.gpState
...
...
Erlang.gitignore
View file @
d08fbbd0
.eunit
.eunit
deps
deps
priv
*.o
*.o
*.beam
*.beam
*.plt
*.plt
\ No newline at end of file
Global/Archives.gitignore
View file @
d08fbbd0
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
*.zip
*.zip
*.gz
*.gz
*.bzip
*.bzip
*.bz2
*.xz
*.xz
*.lzma
*.lzma
...
...
Global/OSX.gitignore
View file @
d08fbbd0
.DS_Store
.DS_Store
Icon
# Thumbnails
# Thumbnails
._*
._*
...
...
Global/PhPStorm.gitignore
0 → 100644
View file @
d08fbbd0
.idea/
\ No newline at end of file
Global/Windows.gitignore
View file @
d08fbbd0
Python.gitignore
View file @
d08fbbd0
...
@@ -26,9 +26,10 @@ pip-log.txt
...
@@ -26,9 +26,10 @@ pip-log.txt
.tox
.tox
nosetests.xml
nosetests.xml
#Translations
#
Translations
*.mo
*.mo
#Mr Developer
#
Mr Developer
.mr.developer.cfg
.mr.developer.cfg
.project
.pydevproject
VB.Net.gitignore
View file @
d08fbbd0
...
@@ -33,6 +33,7 @@ x64/
...
@@ -33,6 +33,7 @@ x64/
*.tli
*.tli
*.tlh
*.tlh
*.tmp
*.tmp
*.log
*.vspscc
*.vspscc
*.vssscc
*.vssscc
.builds
.builds
...
@@ -47,6 +48,7 @@ ipch/
...
@@ -47,6 +48,7 @@ ipch/
# Visual Studio profiler
# Visual Studio profiler
*.psess
*.psess
*.vsp
*.vsp
*.vspx
# Guidance Automation Toolkit
# Guidance Automation Toolkit
*.gpState
*.gpState
...
...
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