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,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,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,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 @@
|
|
|
1
|
+
target/
|
|
@@ -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,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,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,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/
|