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,2 @@
1
+ *.pyc
2
+ *.class
@@ -0,0 +1,2 @@
1
+ application/cache/*
2
+ application/logs/*
@@ -0,0 +1,31 @@
1
+ *.acn
2
+ *.acr
3
+ *.alg
4
+ *.aux
5
+ *.bbl
6
+ *.blg
7
+ *.dvi
8
+ *.fdb_latexmk
9
+ *.glg
10
+ *.glo
11
+ *.gls
12
+ *.idx
13
+ *.ilg
14
+ *.ind
15
+ *.ist
16
+ *.lof
17
+ *.log
18
+ *.lot
19
+ *.maf
20
+ *.mtc
21
+ *.mtc0
22
+ *.nav
23
+ *.nlo
24
+ *.out
25
+ *.pdfsync
26
+ *.ps
27
+ *.snm
28
+ *.synctex.gz
29
+ *.toc
30
+ *.vrb
31
+ *.xdy
@@ -0,0 +1,5 @@
1
+ pom.xml
2
+ *jar
3
+ /lib/
4
+ /classes/
5
+ .lein-deps-sum
@@ -0,0 +1,21 @@
1
+ boot.php
2
+ index.php
3
+ install.php
4
+ /config/*
5
+ !/config/config.php
6
+ /controllers/*
7
+ /init/*
8
+ /logs/*
9
+ /phproad/*
10
+ /temp/*
11
+ /uploaded/*
12
+ /installer_files/*
13
+ /modules/backend/*
14
+ /modules/blog/*
15
+ /modules/cms/*
16
+ /modules/core/*
17
+ /modules/session/*
18
+ /modules/shop/*
19
+ /modules/system/*
20
+ /modules/users/*
21
+ # add content_*.php if you don't want erase client changes to content
@@ -0,0 +1,6 @@
1
+ *.pdf
2
+ *.ps
3
+ *.midi
4
+ *.mid
5
+ *.log
6
+ *~
@@ -0,0 +1,6 @@
1
+ .*
2
+ !.gitignore
3
+ *~
4
+
5
+ # KDE
6
+ .directory
@@ -0,0 +1,2 @@
1
+ app/libraries/*
2
+ app/resources/tmp/*
@@ -0,0 +1,107 @@
1
+ .modgit/
2
+ app/code/community/Find/
3
+ app/code/community/Phoenix/
4
+ app/code/core/
5
+ app/design/adminhtml/default/default/
6
+ app/design/adminhtml/default/find/
7
+ app/design/frontend/base/
8
+ app/design/frontend/default/blank/
9
+ app/design/frontend/default/default/
10
+ app/design/frontend/default/iphone/
11
+ app/design/frontend/default/modern/
12
+ app/design/frontend/enterprise/default
13
+ app/design/install/
14
+ app/etc/modules/Enterprise_*
15
+ app/etc/modules/Find_Feed.xml
16
+ app/etc/modules/Mage_All.xml
17
+ app/etc/modules/Mage_Api.xml
18
+ app/etc/modules/Mage_Authorizenet.xml
19
+ app/etc/modules/Mage_Bundle.xml
20
+ app/etc/modules/Mage_Centinel.xml
21
+ app/etc/modules/Mage_Compiler.xml
22
+ app/etc/modules/Mage_Connect.xml
23
+ app/etc/modules/Mage_Downloadable.xml
24
+ app/etc/modules/Mage_ImportExport.xml
25
+ app/etc/modules/Mage_LoadTest.xml
26
+ app/etc/modules/Mage_PageCache.xml
27
+ app/etc/modules/Mage_Persistent.xml
28
+ app/etc/modules/Mage_Weee.xml
29
+ app/etc/modules/Mage_Widget.xml
30
+ app/etc/modules/Mage_XmlConnect.xml
31
+ app/etc/modules/Phoenix_Moneybookers.xml
32
+ app/etc/config.xml
33
+ app/etc/enterprise.xml
34
+ app/etc/local.xml.additional
35
+ app/etc/local.xml.template
36
+ app/.htaccess
37
+ app/locale/
38
+ app/Mage.php
39
+ cron.php
40
+ cron.sh
41
+ downloader/
42
+ errors/
43
+ favicon.ico
44
+ get.php
45
+ includes/
46
+ index.php
47
+ index.php.sample
48
+ install.php
49
+ js/blank.html
50
+ js/calendar/
51
+ js/enterprise/
52
+ js/extjs/
53
+ js/firebug/
54
+ js/flash/
55
+ js/index.php
56
+ js/jscolor/
57
+ js/lib/
58
+ js/mage/
59
+ js/prototype/
60
+ js/scriptaculous/
61
+ js/spacer.gif
62
+ js/tiny_mce/
63
+ js/varien/
64
+ lib/3Dsecure/
65
+ lib/Apache/
66
+ lib/flex/
67
+ lib/googlecheckout/
68
+ lib/.htaccess
69
+ lib/LinLibertineFont/
70
+ lib/Mage/
71
+ lib/PEAR/
72
+ lib/phpseclib/
73
+ lib/Varien/
74
+ lib/Zend/
75
+ LICENSE_AFL.txt
76
+ LICENSE.html
77
+ LICENSE.txt
78
+ LICENSE_EE*
79
+ mage
80
+ media/customer/
81
+ media/downloadable/
82
+ media/.htaccess
83
+ media/import/
84
+ media/xmlconnect/
85
+ nbproject/
86
+ pear
87
+ pear/
88
+ php.ini.sample
89
+ pkginfo/
90
+ RELEASE_NOTES.txt
91
+ shell/abstract.php
92
+ shell/compiler.php
93
+ shell/indexer.php
94
+ shell/log.php
95
+ skin/adminhtml/default/default/
96
+ skin/adminhtml/default/enterprise
97
+ skin/frontend/base/
98
+ skin/frontend/default/blank/
99
+ skin/frontend/default/blue/
100
+ skin/frontend/default/default/
101
+ skin/frontend/default/french/
102
+ skin/frontend/default/german/
103
+ skin/frontend/default/iphone/
104
+ skin/frontend/default/modern/
105
+ skin/frontend/enterprise
106
+ skin/install/
107
+ var/
@@ -0,0 +1,11 @@
1
+ ##---------------------------------------------------
2
+ ## Remove autosaves generated by the Matlab editor
3
+ ## We have git for backups!
4
+ ##---------------------------------------------------
5
+
6
+ # Windows default autosave extension
7
+ *.asv
8
+
9
+ # OSX / *nix default autosave extension
10
+ *.m~
11
+
@@ -0,0 +1,3 @@
1
+ /.hg/*
2
+ */.hg/*
3
+ .hgignore
@@ -0,0 +1,23 @@
1
+ # ignore ModelSim generated files and directories (temp files and so on)
2
+ [_@]*
3
+
4
+ # ignore compilation output of ModelSim
5
+ *.mti
6
+ *.dat
7
+ *.dbs
8
+ *.psm
9
+ *.bak
10
+ *.cmp
11
+ *.jpg
12
+ *.html
13
+ *.bsf
14
+
15
+ # ignore simulation output of ModelSim
16
+ wlf*
17
+ *.wlf
18
+ *.vstf
19
+ *.ucdb
20
+ cov*/
21
+ transcript*
22
+ sc_dpiheader.h
23
+ vsim.dbg
@@ -0,0 +1,8 @@
1
+ #User Specific
2
+ *.userprefs
3
+ *.usertasks
4
+
5
+ #Mono Project Files
6
+ *.pidb
7
+ *.resources
8
+ test-results/
@@ -0,0 +1,7 @@
1
+ nbproject/private/
2
+ build/
3
+ nbbuild/
4
+ dist/
5
+ nbdist/
6
+ nbactions.xml
7
+ nb-configuration.xml
@@ -0,0 +1,14 @@
1
+ lib-cov
2
+ *.seed
3
+ *.log
4
+ *.csv
5
+ *.dat
6
+ *.out
7
+ *.pid
8
+ *.gz
9
+
10
+ pids
11
+ logs
12
+ results
13
+
14
+ npm-debug.log
@@ -0,0 +1,9 @@
1
+ *.annot
2
+ *.cmo
3
+ *.cma
4
+ *.cmi
5
+ *.a
6
+ *.o
7
+ *.cmx
8
+ *.cmxs
9
+ *.cmxa
@@ -0,0 +1,8 @@
1
+ .DS_Store
2
+
3
+ # Thumbnails
4
+ ._*
5
+
6
+ # Files that might appear on external disk
7
+ .Spotlight-V100
8
+ .Trashes
@@ -0,0 +1,16 @@
1
+ # Xcode
2
+ build/*
3
+ *.pbxuser
4
+ !default.pbxuser
5
+ *.mode1v3
6
+ !default.mode1v3
7
+ *.mode2v3
8
+ !default.mode2v3
9
+ *.perspectivev3
10
+ !default.perspectivev3
11
+ *.xcworkspace
12
+ !default.xcworkspace
13
+ xcuserdata
14
+ profile
15
+ *.moved-aside
16
+ DerivedData
@@ -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
@@ -0,0 +1,8 @@
1
+ # Compiled Form Modules
2
+ *.fmx
3
+
4
+ # Compiled Menu Modules
5
+ *.mmx
6
+
7
+ # Compiled Pre-Linked Libraries
8
+ *.plx
@@ -0,0 +1,15 @@
1
+ blib/
2
+ .build/
3
+ _build/
4
+ cover_db/
5
+ inc/
6
+ Build
7
+ Build.bat
8
+ .last_cover_stats
9
+ Makefile
10
+ Makefile.old
11
+ MANIFEST.bak
12
+ META.yml
13
+ MYMETA.yml
14
+ nytprof.out
15
+ pm_to_blib
@@ -0,0 +1,18 @@
1
+ # Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore
2
+ # Ignore all dotfiles...
3
+ .*
4
+ # except for .gitignore
5
+ !.gitignore
6
+
7
+ # Ignore Play! working directory #
8
+ db
9
+ eclipse
10
+ lib
11
+ log
12
+ logs
13
+ modules
14
+ precompiled
15
+ tmp
16
+ test-result
17
+ server.pid
18
+ modules
@@ -0,0 +1,34 @@
1
+ *.py[cod]
2
+
3
+ # C extensions
4
+ *.so
5
+
6
+ # Packages
7
+ *.egg
8
+ *.egg-info
9
+ dist
10
+ build
11
+ eggs
12
+ parts
13
+ bin
14
+ var
15
+ sdist
16
+ develop-eggs
17
+ .installed.cfg
18
+ lib
19
+ lib64
20
+
21
+ # Installer logs
22
+ pip-log.txt
23
+
24
+ # Unit test / coverage reports
25
+ .coverage
26
+ .tox
27
+ nosetests.xml
28
+
29
+ #Translations
30
+ *.mo
31
+
32
+ #Mr Developer
33
+ .mr.developer.cfg
34
+
@@ -0,0 +1,5 @@
1
+ cache
2
+ cache-downloads
3
+ inspector
4
+ api
5
+ source/inspector.html
@@ -0,0 +1,66 @@
1
+ # Working with Altera Quartus II (Q2) and do proper versioning is not that easy
2
+ # but if you follow some rules it can be accomplished. :)
3
+ # This file should be placed into the main directory where the .qpf file is
4
+ # found. Generally Q2 throws all entities and so on in the main directory, but
5
+ # you can place all stuff also in separate folders. This approach is followed
6
+ # here. So when you create a new design create one or more folders where your
7
+ # entities will be located and put a .gitignore in there that overrides the
8
+ # ignores of this file, e.g. one single rule stating "!*" which allows now all
9
+ # type of files. When you add a MegaFunction or another entity to your design,
10
+ # simply add it to one of your private folders and Q2 will be happy and manage
11
+ # everything quite good. When you want to do versioning of your generated
12
+ # SOF/POF files, you can do this by redirecting the generated output to an own
13
+ # folder. To do this go to:
14
+ # "Assignments"
15
+ # -> "Settings
16
+ # -> "Compilation Process Settings"
17
+ # -> "Save project output files in specified directory"
18
+ # Now you can either place a .gitignore in the directory and allow the following
19
+ # list of types:
20
+ # !*.sof
21
+ # !*.pof
22
+ # or you create an own submodule in the folder to keep binary files out of your
23
+ # design.
24
+
25
+ # ignore hdl source files in top level directory
26
+ *.vhd
27
+ *.v
28
+
29
+ # ignore Quartus II generated files
30
+ *sopc_*
31
+ *.jdi
32
+ *.ptf.*
33
+ *.sof
34
+ *.pof
35
+ *.qws
36
+ *.smsg
37
+ *_inst.vhd
38
+ *_generation_script*
39
+ *.done
40
+ *.txt
41
+ *.qarlog
42
+ *.rpt
43
+ *.summary
44
+ *.qws
45
+ *.cmp
46
+ *.eqn
47
+ *.html
48
+ *.jpg
49
+ *.bak
50
+ *.qar
51
+ *.sopc_builder
52
+ *example*
53
+ *~
54
+ *.sdc
55
+ *.tcl
56
+ *.pin
57
+ *.mif
58
+ *.hex
59
+
60
+ # ignore Quartus II generated folders
61
+ db/
62
+ incremental_db/
63
+ simulation/
64
+ timing/
65
+ testbench/
66
+ *_sim/