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.
Files changed (103) hide show
  1. data/bin/gitignore +5 -0
  2. data/lib/gitignore.rb +51 -0
  3. data/lib/gitignore/templates/Actionscript.gitignore +10 -0
  4. data/lib/gitignore/templates/Android.gitignore +20 -0
  5. data/lib/gitignore/templates/Archives.gitignore +22 -0
  6. data/lib/gitignore/templates/Autotools.gitignore +13 -0
  7. data/lib/gitignore/templates/C++.gitignore +12 -0
  8. data/lib/gitignore/templates/C.gitignore +14 -0
  9. data/lib/gitignore/templates/CFWheels.gitignore +12 -0
  10. data/lib/gitignore/templates/CMake.gitignore +5 -0
  11. data/lib/gitignore/templates/CSharp.gitignore +96 -0
  12. data/lib/gitignore/templates/CVS.gitignore +4 -0
  13. data/lib/gitignore/templates/CakePHP.gitignore +5 -0
  14. data/lib/gitignore/templates/Clojure.gitignore +5 -0
  15. data/lib/gitignore/templates/CodeIgniter.gitignore +5 -0
  16. data/lib/gitignore/templates/Compass.gitignore +1 -0
  17. data/lib/gitignore/templates/Concrete5.gitignore +2 -0
  18. data/lib/gitignore/templates/Coq.gitignore +4 -0
  19. data/lib/gitignore/templates/Delphi.gitignore +10 -0
  20. data/lib/gitignore/templates/Django.gitignore +4 -0
  21. data/lib/gitignore/templates/Drupal.gitignore +32 -0
  22. data/lib/gitignore/templates/Eclipse.gitignore +26 -0
  23. data/lib/gitignore/templates/Emacs.gitignore +12 -0
  24. data/lib/gitignore/templates/Erlang.gitignore +6 -0
  25. data/lib/gitignore/templates/Espresso.gitignore +1 -0
  26. data/lib/gitignore/templates/ExpressionEngine.gitignore +15 -0
  27. data/lib/gitignore/templates/Finale.gitignore +14 -0
  28. data/lib/gitignore/templates/FlexBuilder.gitignore +2 -0
  29. data/lib/gitignore/templates/ForceDotCom.gitignore +4 -0
  30. data/lib/gitignore/templates/FuelPHP.gitignore +2 -0
  31. data/lib/gitignore/templates/GWT.gitignore +17 -0
  32. data/lib/gitignore/templates/Go.gitignore +22 -0
  33. data/lib/gitignore/templates/Grails.gitignore +44 -0
  34. data/lib/gitignore/templates/Haskell.gitignore +7 -0
  35. data/lib/gitignore/templates/IntelliJ.gitignore +4 -0
  36. data/lib/gitignore/templates/Java.gitignore +6 -0
  37. data/lib/gitignore/templates/Jboss.gitignore +15 -0
  38. data/lib/gitignore/templates/Jekyll.gitignore +1 -0
  39. data/lib/gitignore/templates/Joomla.gitignore +396 -0
  40. data/lib/gitignore/templates/Jython.gitignore +2 -0
  41. data/lib/gitignore/templates/Kohana.gitignore +2 -0
  42. data/lib/gitignore/templates/LaTeX.gitignore +31 -0
  43. data/lib/gitignore/templates/Leiningen.gitignore +5 -0
  44. data/lib/gitignore/templates/LemonStand.gitignore +21 -0
  45. data/lib/gitignore/templates/Lilypond.gitignore +6 -0
  46. data/lib/gitignore/templates/Linux.gitignore +6 -0
  47. data/lib/gitignore/templates/Lithium.gitignore +2 -0
  48. data/lib/gitignore/templates/Magento.gitignore +107 -0
  49. data/lib/gitignore/templates/Matlab.gitignore +11 -0
  50. data/lib/gitignore/templates/Maven.gitignore +1 -0
  51. data/lib/gitignore/templates/Mercurial.gitignore +3 -0
  52. data/lib/gitignore/templates/ModelSim.gitignore +23 -0
  53. data/lib/gitignore/templates/MonoDevelop.gitignore +8 -0
  54. data/lib/gitignore/templates/NetBeans.gitignore +7 -0
  55. data/lib/gitignore/templates/Node.gitignore +14 -0
  56. data/lib/gitignore/templates/OCaml.gitignore +9 -0
  57. data/lib/gitignore/templates/OSX.gitignore +8 -0
  58. data/lib/gitignore/templates/Objective-C.gitignore +16 -0
  59. data/lib/gitignore/templates/Opa.gitignore +13 -0
  60. data/lib/gitignore/templates/OracleForms.gitignore +8 -0
  61. data/lib/gitignore/templates/Perl.gitignore +15 -0
  62. data/lib/gitignore/templates/PlayFramework.gitignore +18 -0
  63. data/lib/gitignore/templates/Python.gitignore +34 -0
  64. data/lib/gitignore/templates/Qooxdoo.gitignore +5 -0
  65. data/lib/gitignore/templates/Quartus2.gitignore +66 -0
  66. data/lib/gitignore/templates/R.gitignore +5 -0
  67. data/lib/gitignore/templates/README.md +10 -0
  68. data/lib/gitignore/templates/Rails.gitignore +16 -0
  69. data/lib/gitignore/templates/Redcar.gitignore +1 -0
  70. data/lib/gitignore/templates/RhodesRhomobile.gitignore +9 -0
  71. data/lib/gitignore/templates/Ruby.gitignore +18 -0
  72. data/lib/gitignore/templates/RubyMine.gitignore +1 -0
  73. data/lib/gitignore/templates/SASS.gitignore +2 -0
  74. data/lib/gitignore/templates/SBT.gitignore +7 -0
  75. data/lib/gitignore/templates/SVN.gitignore +1 -0
  76. data/lib/gitignore/templates/Scala.gitignore +13 -0
  77. data/lib/gitignore/templates/SeamGen.gitignore +15 -0
  78. data/lib/gitignore/templates/SketchUp.gitignore +1 -0
  79. data/lib/gitignore/templates/SublimeText.gitignore +3 -0
  80. data/lib/gitignore/templates/SugarCRM.gitignore +33 -0
  81. data/lib/gitignore/templates/Symfony.gitignore +15 -0
  82. data/lib/gitignore/templates/Symfony2.gitignore +13 -0
  83. data/lib/gitignore/templates/SymphonyCMS.gitignore +6 -0
  84. data/lib/gitignore/templates/Tags.gitignore +5 -0
  85. data/lib/gitignore/templates/Target3001.gitignore +82 -0
  86. data/lib/gitignore/templates/Tasm.gitignore +11 -0
  87. data/lib/gitignore/templates/TextMate.gitignore +3 -0
  88. data/lib/gitignore/templates/Textpattern.gitignore +11 -0
  89. data/lib/gitignore/templates/TurboGears2.gitignore +20 -0
  90. data/lib/gitignore/templates/Unity.gitignore +8 -0
  91. data/lib/gitignore/templates/VB.Net.gitignore +97 -0
  92. data/lib/gitignore/templates/VisualStudio.gitignore +108 -0
  93. data/lib/gitignore/templates/Waf.gitignore +3 -0
  94. data/lib/gitignore/templates/Windows.gitignore +8 -0
  95. data/lib/gitignore/templates/Wordpress.gitignore +17 -0
  96. data/lib/gitignore/templates/XilinxISE.gitignore +57 -0
  97. data/lib/gitignore/templates/Yii.gitignore +3 -0
  98. data/lib/gitignore/templates/ZendFramework.gitignore +6 -0
  99. data/lib/gitignore/templates/gcov.gitignore +5 -0
  100. data/lib/gitignore/templates/nanoc.gitignore +7 -0
  101. data/lib/gitignore/templates/opencart.gitignore +10 -0
  102. data/lib/gitignore/templates/vim.gitignore +3 -0
  103. metadata +148 -0
@@ -0,0 +1,5 @@
1
+ # History files
2
+ .Rhistory
3
+
4
+ # Example code in package build process
5
+ *-Ex.R
@@ -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,16 @@
1
+ *.rbc
2
+ *.sassc
3
+ .sass-cache
4
+ capybara-*.html
5
+ .rspec
6
+ /.bundle
7
+ /vendor/bundle
8
+ /log/*
9
+ /tmp/*
10
+ /db/*.sqlite3
11
+ /public/system/*
12
+ /coverage/
13
+ /spec/tmp/*
14
+ **.orig
15
+ rerun.txt
16
+ pickle-email-*.html
@@ -0,0 +1,9 @@
1
+ rholog-*
2
+ sim-*
3
+ bin/libs
4
+ bin/RhoBundle
5
+ bin/tmp
6
+ bin/target
7
+ bin/*.ap_
8
+ *.o
9
+ *.jar
@@ -0,0 +1,18 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ coverage
6
+ InstalledFiles
7
+ lib/bundler/man
8
+ pkg
9
+ rdoc
10
+ spec/reports
11
+ test/tmp
12
+ test/version_tmp
13
+ tmp
14
+
15
+ # YARD artifacts
16
+ .yardoc
17
+ _yardoc
18
+ doc/
@@ -0,0 +1 @@
1
+ .idea/workspace.xml
@@ -0,0 +1,2 @@
1
+ ### SASS Ignores - "Sassy CSS" http://sass-lang.com/
2
+ .sass-cache
@@ -0,0 +1,7 @@
1
+ # SBT .gitignore
2
+ # recommended: http://code.google.com/p/simple-build-tool/wiki/Setup#Version_Control
3
+
4
+ target/
5
+ lib_managed/
6
+ src_managed/
7
+ project/boot/
@@ -0,0 +1,13 @@
1
+ *.class
2
+ *.log
3
+
4
+ # sbt specific
5
+ dist/*
6
+ target/
7
+ lib_managed/
8
+ src_managed/
9
+ project/boot/
10
+ project/plugins/project/
11
+
12
+ # Scala-IDE specific
13
+ .scala_dependencies
@@ -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,3 @@
1
+ # SublimeText project files
2
+ /*.sublime-project
3
+ *.sublime-workspace
@@ -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,13 @@
1
+ # Bootstrap
2
+ app/bootstrap*
3
+
4
+ # Symfony directories
5
+ vendor/*
6
+ */logs/*
7
+ */cache/*
8
+ web/uploads/*
9
+ web/bundles/*
10
+
11
+ # Configuration files
12
+ app/config/parameters.ini
13
+ app/config/parameters.yml
@@ -0,0 +1,6 @@
1
+ manifest/cache/
2
+ manifest/logs/
3
+ manifest/tmp/
4
+ symphony/
5
+ workspace/uploads/
6
+ install-log.txt
@@ -0,0 +1,5 @@
1
+ # Ignore tags created by etags and ctags
2
+ TAGS
3
+ !TAGS/
4
+ tags
5
+ !tags/
@@ -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,11 @@
1
+ # Object Files
2
+ *.OBJ
3
+
4
+ # List Files
5
+ *.LST
6
+
7
+ # Map files
8
+ *.MAP
9
+
10
+ # Executable files
11
+ *.EXE
@@ -0,0 +1,3 @@
1
+ *.tmproj
2
+ *.tmproject
3
+ tmtags
@@ -0,0 +1,11 @@
1
+ .htaccess
2
+ css.php
3
+ rpc/
4
+ sites/site*/admin/
5
+ sites/site*/private/
6
+ sites/site*/public/admin/
7
+ sites/site*/public/setup/
8
+ sites/site*/public/theme/
9
+ textpattern/
10
+ HISTORY.txt
11
+ README.txt
@@ -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,8 @@
1
+ [Ll]ibrary/
2
+ [Tt]emp/
3
+ [Oo]bj/
4
+
5
+ # Autogenerated VS/MD solution and project files
6
+ *.csproj
7
+ *.unityproj
8
+ *.sln
@@ -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