gitignore 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/gitignore +5 -0
- data/lib/gitignore.rb +51 -0
- data/lib/gitignore/templates/Actionscript.gitignore +10 -0
- data/lib/gitignore/templates/Android.gitignore +20 -0
- data/lib/gitignore/templates/Archives.gitignore +22 -0
- data/lib/gitignore/templates/Autotools.gitignore +13 -0
- data/lib/gitignore/templates/C++.gitignore +12 -0
- data/lib/gitignore/templates/C.gitignore +14 -0
- data/lib/gitignore/templates/CFWheels.gitignore +12 -0
- data/lib/gitignore/templates/CMake.gitignore +5 -0
- data/lib/gitignore/templates/CSharp.gitignore +96 -0
- data/lib/gitignore/templates/CVS.gitignore +4 -0
- data/lib/gitignore/templates/CakePHP.gitignore +5 -0
- data/lib/gitignore/templates/Clojure.gitignore +5 -0
- data/lib/gitignore/templates/CodeIgniter.gitignore +5 -0
- data/lib/gitignore/templates/Compass.gitignore +1 -0
- data/lib/gitignore/templates/Concrete5.gitignore +2 -0
- data/lib/gitignore/templates/Coq.gitignore +4 -0
- data/lib/gitignore/templates/Delphi.gitignore +10 -0
- data/lib/gitignore/templates/Django.gitignore +4 -0
- data/lib/gitignore/templates/Drupal.gitignore +32 -0
- data/lib/gitignore/templates/Eclipse.gitignore +26 -0
- data/lib/gitignore/templates/Emacs.gitignore +12 -0
- data/lib/gitignore/templates/Erlang.gitignore +6 -0
- data/lib/gitignore/templates/Espresso.gitignore +1 -0
- data/lib/gitignore/templates/ExpressionEngine.gitignore +15 -0
- data/lib/gitignore/templates/Finale.gitignore +14 -0
- data/lib/gitignore/templates/FlexBuilder.gitignore +2 -0
- data/lib/gitignore/templates/ForceDotCom.gitignore +4 -0
- data/lib/gitignore/templates/FuelPHP.gitignore +2 -0
- data/lib/gitignore/templates/GWT.gitignore +17 -0
- data/lib/gitignore/templates/Go.gitignore +22 -0
- data/lib/gitignore/templates/Grails.gitignore +44 -0
- data/lib/gitignore/templates/Haskell.gitignore +7 -0
- data/lib/gitignore/templates/IntelliJ.gitignore +4 -0
- data/lib/gitignore/templates/Java.gitignore +6 -0
- data/lib/gitignore/templates/Jboss.gitignore +15 -0
- data/lib/gitignore/templates/Jekyll.gitignore +1 -0
- data/lib/gitignore/templates/Joomla.gitignore +396 -0
- data/lib/gitignore/templates/Jython.gitignore +2 -0
- data/lib/gitignore/templates/Kohana.gitignore +2 -0
- data/lib/gitignore/templates/LaTeX.gitignore +31 -0
- data/lib/gitignore/templates/Leiningen.gitignore +5 -0
- data/lib/gitignore/templates/LemonStand.gitignore +21 -0
- data/lib/gitignore/templates/Lilypond.gitignore +6 -0
- data/lib/gitignore/templates/Linux.gitignore +6 -0
- data/lib/gitignore/templates/Lithium.gitignore +2 -0
- data/lib/gitignore/templates/Magento.gitignore +107 -0
- data/lib/gitignore/templates/Matlab.gitignore +11 -0
- data/lib/gitignore/templates/Maven.gitignore +1 -0
- data/lib/gitignore/templates/Mercurial.gitignore +3 -0
- data/lib/gitignore/templates/ModelSim.gitignore +23 -0
- data/lib/gitignore/templates/MonoDevelop.gitignore +8 -0
- data/lib/gitignore/templates/NetBeans.gitignore +7 -0
- data/lib/gitignore/templates/Node.gitignore +14 -0
- data/lib/gitignore/templates/OCaml.gitignore +9 -0
- data/lib/gitignore/templates/OSX.gitignore +8 -0
- data/lib/gitignore/templates/Objective-C.gitignore +16 -0
- data/lib/gitignore/templates/Opa.gitignore +13 -0
- data/lib/gitignore/templates/OracleForms.gitignore +8 -0
- data/lib/gitignore/templates/Perl.gitignore +15 -0
- data/lib/gitignore/templates/PlayFramework.gitignore +18 -0
- data/lib/gitignore/templates/Python.gitignore +34 -0
- data/lib/gitignore/templates/Qooxdoo.gitignore +5 -0
- data/lib/gitignore/templates/Quartus2.gitignore +66 -0
- data/lib/gitignore/templates/R.gitignore +5 -0
- data/lib/gitignore/templates/README.md +10 -0
- data/lib/gitignore/templates/Rails.gitignore +16 -0
- data/lib/gitignore/templates/Redcar.gitignore +1 -0
- data/lib/gitignore/templates/RhodesRhomobile.gitignore +9 -0
- data/lib/gitignore/templates/Ruby.gitignore +18 -0
- data/lib/gitignore/templates/RubyMine.gitignore +1 -0
- data/lib/gitignore/templates/SASS.gitignore +2 -0
- data/lib/gitignore/templates/SBT.gitignore +7 -0
- data/lib/gitignore/templates/SVN.gitignore +1 -0
- data/lib/gitignore/templates/Scala.gitignore +13 -0
- data/lib/gitignore/templates/SeamGen.gitignore +15 -0
- data/lib/gitignore/templates/SketchUp.gitignore +1 -0
- data/lib/gitignore/templates/SublimeText.gitignore +3 -0
- data/lib/gitignore/templates/SugarCRM.gitignore +33 -0
- data/lib/gitignore/templates/Symfony.gitignore +15 -0
- data/lib/gitignore/templates/Symfony2.gitignore +13 -0
- data/lib/gitignore/templates/SymphonyCMS.gitignore +6 -0
- data/lib/gitignore/templates/Tags.gitignore +5 -0
- data/lib/gitignore/templates/Target3001.gitignore +82 -0
- data/lib/gitignore/templates/Tasm.gitignore +11 -0
- data/lib/gitignore/templates/TextMate.gitignore +3 -0
- data/lib/gitignore/templates/Textpattern.gitignore +11 -0
- data/lib/gitignore/templates/TurboGears2.gitignore +20 -0
- data/lib/gitignore/templates/Unity.gitignore +8 -0
- data/lib/gitignore/templates/VB.Net.gitignore +97 -0
- data/lib/gitignore/templates/VisualStudio.gitignore +108 -0
- data/lib/gitignore/templates/Waf.gitignore +3 -0
- data/lib/gitignore/templates/Windows.gitignore +8 -0
- data/lib/gitignore/templates/Wordpress.gitignore +17 -0
- data/lib/gitignore/templates/XilinxISE.gitignore +57 -0
- data/lib/gitignore/templates/Yii.gitignore +3 -0
- data/lib/gitignore/templates/ZendFramework.gitignore +6 -0
- data/lib/gitignore/templates/gcov.gitignore +5 -0
- data/lib/gitignore/templates/nanoc.gitignore +7 -0
- data/lib/gitignore/templates/opencart.gitignore +10 -0
- data/lib/gitignore/templates/vim.gitignore +3 -0
- metadata +148 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
## Globally Useful gitignores
|
|
2
|
+
|
|
3
|
+
This directory contains globally useful gitignores,
|
|
4
|
+
e.g. OS-specific and editor specific.
|
|
5
|
+
|
|
6
|
+
For more on global gitignores:
|
|
7
|
+
<http://help.github.com/git-ignore/>
|
|
8
|
+
|
|
9
|
+
And a good blog post about 'em:
|
|
10
|
+
<http://augustl.com/blog/2009/global_gitignores>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.redcar
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.idea/workspace.xml
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.svn/
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/bootstrap/data
|
|
2
|
+
/bootstrap/tmp
|
|
3
|
+
/classes/ # all class files
|
|
4
|
+
/dist/ # contains generated war files for deployment
|
|
5
|
+
/exploded-archives/ # war content generation during deploy (or explode)
|
|
6
|
+
/test-build/ # test compilation (ant target for Seam)
|
|
7
|
+
/test-output/ # test results
|
|
8
|
+
/test-report/ # test report generation for, e.g., Hudson
|
|
9
|
+
/target/ # maven output folder
|
|
10
|
+
temp-testng-customsuite.xml # generated when running test cases under Eclipse
|
|
11
|
+
|
|
12
|
+
# Thanks to @VonC and @kraftan for their helpful answers on a related question
|
|
13
|
+
# on StackOverflow.com:
|
|
14
|
+
# http://stackoverflow.com/questions/4176687
|
|
15
|
+
# /what-is-the-recommended-source-control-ignore-pattern-for-seam-projects
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
*.skb
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
## SugarCRM
|
|
2
|
+
# Ignore custom .htaccess stuff.
|
|
3
|
+
/.htaccess
|
|
4
|
+
# Ignore large parts of the annoying cache directory without breaking things.
|
|
5
|
+
cache/csv/*
|
|
6
|
+
cache/dashlets/*
|
|
7
|
+
cache/diagnostic/*
|
|
8
|
+
cache/dynamic_fields/*
|
|
9
|
+
cache/feeds/*
|
|
10
|
+
cache/import/*
|
|
11
|
+
cache/include/*
|
|
12
|
+
cache/jsLanguage/*
|
|
13
|
+
cache/modules/*
|
|
14
|
+
!cache/modules/emails
|
|
15
|
+
!cache/modules/Emails
|
|
16
|
+
cache/pdf/*
|
|
17
|
+
cache/smarty/cache/*
|
|
18
|
+
cache/smarty/templates_c/*
|
|
19
|
+
cache/themes/*
|
|
20
|
+
cache/xml/*
|
|
21
|
+
# Ignore some files and directories from the custom directory.
|
|
22
|
+
custom/history/*
|
|
23
|
+
custom/modulebuilder/*
|
|
24
|
+
custom/working/*
|
|
25
|
+
custom/modules/*/Ext/
|
|
26
|
+
custom/application/Ext/*
|
|
27
|
+
# Custom configuration should also be ignored.
|
|
28
|
+
/config.php
|
|
29
|
+
/config_override.php
|
|
30
|
+
# The silent upgrade scripts aren't needed.
|
|
31
|
+
silentUpgrade*.php
|
|
32
|
+
# Logs files can safely be ignored.
|
|
33
|
+
*.log
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
cache/*
|
|
2
|
+
log/*
|
|
3
|
+
web/uploads/*
|
|
4
|
+
config/databases.yml
|
|
5
|
+
config/propel.ini
|
|
6
|
+
data/sql/*
|
|
7
|
+
lib/filter/doctrine/base/Base*
|
|
8
|
+
lib/filter/doctrine/*Plugin/base/Base*
|
|
9
|
+
lib/form/doctrine/base/Base*
|
|
10
|
+
lib/form/doctrine/*Plugin/base/Base*
|
|
11
|
+
lib/model/doctrine/base/Base*
|
|
12
|
+
lib/model/doctrine/*Plugin/base/Base*
|
|
13
|
+
lib/model/om/*
|
|
14
|
+
lib/model/map/*
|
|
15
|
+
web/*Plugin/*
|
|
@@ -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,0 +1,20 @@
|
|
|
1
|
+
*.py[co]
|
|
2
|
+
|
|
3
|
+
# Default development database
|
|
4
|
+
devdata.db
|
|
5
|
+
|
|
6
|
+
# Default data directory
|
|
7
|
+
data/*
|
|
8
|
+
|
|
9
|
+
# Packages
|
|
10
|
+
*.egg
|
|
11
|
+
*.egg-info
|
|
12
|
+
dist
|
|
13
|
+
build
|
|
14
|
+
|
|
15
|
+
# Installer logs
|
|
16
|
+
pip-log.txt
|
|
17
|
+
|
|
18
|
+
# Unit test / coverage reports
|
|
19
|
+
.coverage
|
|
20
|
+
.tox
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
# Build and Object Folders
|
|
2
|
+
bin/
|
|
3
|
+
obj/
|
|
4
|
+
|
|
5
|
+
#User Specific Files
|
|
6
|
+
*.user
|
|
7
|
+
*.suo
|
|
8
|
+
|
|
9
|
+
## Ignore Visual Studio temporary files, build results, and
|
|
10
|
+
## files generated by popular Visual Studio add-ons.
|
|
11
|
+
|
|
12
|
+
# User-specific files
|
|
13
|
+
*.suo
|
|
14
|
+
*.user
|
|
15
|
+
*.sln.docstates
|
|
16
|
+
|
|
17
|
+
# Build results
|
|
18
|
+
[Dd]ebug/
|
|
19
|
+
[Rr]elease/
|
|
20
|
+
x64/
|
|
21
|
+
*_i.c
|
|
22
|
+
*_p.c
|
|
23
|
+
*.ilk
|
|
24
|
+
*.meta
|
|
25
|
+
*.obj
|
|
26
|
+
*.pch
|
|
27
|
+
*.pdb
|
|
28
|
+
*.pgc
|
|
29
|
+
*.pgd
|
|
30
|
+
*.rsp
|
|
31
|
+
*.sbr
|
|
32
|
+
*.tlb
|
|
33
|
+
*.tli
|
|
34
|
+
*.tlh
|
|
35
|
+
*.tmp
|
|
36
|
+
*.vspscc
|
|
37
|
+
*.vssscc
|
|
38
|
+
.builds
|
|
39
|
+
|
|
40
|
+
# Visual C++ cache files
|
|
41
|
+
ipch/
|
|
42
|
+
*.aps
|
|
43
|
+
*.ncb
|
|
44
|
+
*.opensdf
|
|
45
|
+
*.sdf
|
|
46
|
+
|
|
47
|
+
# Visual Studio profiler
|
|
48
|
+
*.psess
|
|
49
|
+
*.vsp
|
|
50
|
+
|
|
51
|
+
# Guidance Automation Toolkit
|
|
52
|
+
*.gpState
|
|
53
|
+
|
|
54
|
+
# ReSharper is a .NET coding add-in
|
|
55
|
+
_ReSharper*
|
|
56
|
+
|
|
57
|
+
# NCrunch
|
|
58
|
+
*.ncrunch*
|
|
59
|
+
.*crunch*.local.xml
|
|
60
|
+
|
|
61
|
+
# Installshield output folder
|
|
62
|
+
[Ee]xpress
|
|
63
|
+
|
|
64
|
+
# DocProject is a documentation generator add-in
|
|
65
|
+
DocProject/buildhelp/
|
|
66
|
+
DocProject/Help/*.HxT
|
|
67
|
+
DocProject/Help/*.HxC
|
|
68
|
+
DocProject/Help/*.hhc
|
|
69
|
+
DocProject/Help/*.hhk
|
|
70
|
+
DocProject/Help/*.hhp
|
|
71
|
+
DocProject/Help/Html2
|
|
72
|
+
DocProject/Help/html
|
|
73
|
+
|
|
74
|
+
# Click-Once directory
|
|
75
|
+
publish
|
|
76
|
+
|
|
77
|
+
# Publish Web Output
|
|
78
|
+
*.Publish.xml
|
|
79
|
+
|
|
80
|
+
# Others
|
|
81
|
+
[Bb]in
|
|
82
|
+
[Oo]bj
|
|
83
|
+
sql
|
|
84
|
+
TestResults
|
|
85
|
+
[Tt]est[Rr]esult*
|
|
86
|
+
*.Cache
|
|
87
|
+
ClientBin
|
|
88
|
+
[Ss]tyle[Cc]op.*
|
|
89
|
+
~$*
|
|
90
|
+
*.dbmdl
|
|
91
|
+
Generated_Code #added for RIA/Silverlight projects
|
|
92
|
+
|
|
93
|
+
# Backup & report files from converting an old project file to a newer
|
|
94
|
+
# Visual Studio version. Backup files are not needed, because we have git ;-)
|
|
95
|
+
_UpgradeReport_Files/
|
|
96
|
+
Backup*/
|
|
97
|
+
UpgradeLog*.XML
|