Skip to content

Commit 8cc0784

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents bd20a55 + 1a188f2 commit 8cc0784

File tree

8 files changed

+108
-6
lines changed

8 files changed

+108
-6
lines changed

CSharp.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
2-
bin
3-
obj
2+
[Bb]in/
3+
[Oo]bj/
44

55
# mstest test results
66
TestResults

Global/Tags.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Ignore tags created by etags and ctags
22
TAGS
3+
!TAGS/
34
tags
5+
!tags/

LaTeX.gitignore

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*.acn
2+
*.acr
3+
*.alg
14
*.aux
25
*.bbl
36
*.blg
@@ -13,6 +16,9 @@
1316
*.lof
1417
*.log
1518
*.lot
19+
*.maf
20+
*.mtc
21+
*.mtc0
1622
*.nav
1723
*.nlo
1824
*.out
@@ -22,6 +28,4 @@
2228
*.synctex.gz
2329
*.toc
2430
*.vrb
25-
*.maf
26-
*.mtc
27-
*.mtc0
31+
*.xdy

Opa.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
_build
2+
_tracks
3+
4+
opa-debug-js
5+
6+
*.opp
7+
*.opx
8+
*.opx.broken
9+
*.dump
10+
*.api
11+
*.api-txt
12+
*.exe
13+
*.log

PlayFramework.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ logs
1212
precompiled
1313
tmp
1414
test-result
15-
eclipse
1615
server.pid

Python.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pip-log.txt
1919
# Unit test / coverage reports
2020
.coverage
2121
.tox
22+
nosetests.xml
2223

2324
#Translations
2425
*.mo

SugarCRM.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ cache/xml/*
2222
custom/history/*
2323
custom/modulebuilder/*
2424
custom/working/*
25+
custom/modules/*/Ext/
2526
# Custom configuration should also be ignored.
2627
/config.php
2728
/config_override.php

Target3001.gitignore

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
# Ignore list for Target 3001!, a PCB layout tool
2+
3+
# mutex file
4+
*.T300[01]OPEN
5+
6+
# Drill output
7+
*.DRL
8+
*.BHR
9+
BOHRPICT.3001
10+
11+
# Backup files
12+
# (see http://server.ibfriedrich.com/wiki/ibfwikide/index.php?title=Backup)
13+
BackupFiles
14+
*.BK?
15+
*_w?.T300[01]
16+
*_m?.T300[01]
17+
*_m??.T300[01]
18+
19+
# Autosave files
20+
*.T300[01]?
21+
22+
# Gerber output
23+
*.Apr
24+
*.BLN
25+
*.Bot
26+
*.Drill
27+
*.GER
28+
*.Hole
29+
*.Info
30+
*.L*
31+
*.NamesBot
32+
*.NamesTop
33+
*.Outline
34+
*.PadStack*
35+
*.PasteBot
36+
*.PasteTop
37+
*.PosiBot
38+
*.PosiTop
39+
*.SB
40+
*.Special*
41+
*.ST
42+
*.StopBot
43+
*.StopTop
44+
*.Tool
45+
*.Top
46+
*.ValuesBot
47+
*.ValuesTop
48+
*.Whl
49+
50+
# production formats
51+
*.cnc
52+
*.fab
53+
*.cad
54+
*.GDS
55+
*.exc
56+
excellon.txt
57+
*.stk
58+
*.ncp
59+
*.pcb
60+
*.cbt
61+
*.vhf
62+
*.iso
63+
64+
# exchange formats
65+
*.DXF
66+
*.PS
67+
*.TIF
68+
*.NET
69+
*.PLT
70+
*.HPGL
71+
*.emn
72+
*.stp
73+
*.tgr
74+
*.dif
75+
*.emp
76+
77+
# cable loom
78+
*.dsi
79+
*.pnm
80+
*.wrl
81+
*.ADPT
82+
*.AZO

0 commit comments

Comments
 (0)