mirror of
https://github.com/github/gitignore
synced 2024-11-10 13:58:51 +01:00
Merge remote branch 'upstream/master'
* upstream/master: added Waf.gitignore Don't ignore empty files meant to preserve the file structure of an application within a git repository for later deployment Ignore files generated by Etags and Ctags Performance Sessions & Reports. Visual C++ additions. Added ignore patterns for projects generated using seam-gen add Coq gitignore dont track compiled elisp Added a VB.Net gitignore Added to Drupal.gitignore add "*.tmproject" to ignore list Added patterns for LaTeX Beamer Add in rules for WP Super Cache, Google XML Sitemaps, and WP-DBManager plugins. Add OCaml gitignore Add CVS gitignore for anyone who has to code-share with projects using CVS. Save the dinosaurs. Add SVN gitignore for anyone who has to code-share with projects using Subversion Fix typo in CodeIgniter gitignore Added Drupal gitignore.
This commit is contained in:
commit
84f34a6c7e
@ -2,4 +2,4 @@ tmp/*
|
||||
config/database.php
|
||||
app/tmp/*
|
||||
app/config/database.php
|
||||
|
||||
!empty
|
@ -1,4 +1,4 @@
|
||||
*/config/database.php
|
||||
*/system/logs/log-*.php
|
||||
*/system/cache/*
|
||||
*/systen/cache/!index.html
|
||||
*/system/cache/!index.html
|
||||
|
4
Coq.gitignore
Normal file
4
Coq.gitignore
Normal file
@ -0,0 +1,4 @@
|
||||
*.vo
|
||||
*.glob
|
||||
*.v.d
|
||||
|
16
Drupal.gitignore
Normal file
16
Drupal.gitignore
Normal file
@ -0,0 +1,16 @@
|
||||
sites/default/files
|
||||
sites/default/private
|
||||
sites/default/settings.php
|
||||
cache/
|
||||
files/
|
||||
settings.php
|
||||
/README.txt
|
||||
/CHANGELOG.txt
|
||||
/COPYRIGHT.txt
|
||||
/INSTALL*.txt
|
||||
/LICENSE.txt
|
||||
/MAINTAINERS.txt
|
||||
/UPGRADE.txt
|
||||
sites/all/README.txt
|
||||
sites/all/modules/README.txt
|
||||
sites/all/themes/README.txt
|
4
Global/CVS.gitignore
Normal file
4
Global/CVS.gitignore
Normal file
@ -0,0 +1,4 @@
|
||||
/CVS/*
|
||||
*/CVS/*
|
||||
.cvsignore
|
||||
*/.cvsignore
|
@ -2,3 +2,6 @@
|
||||
\#*\#
|
||||
/.emacs.desktop
|
||||
/.emacs.desktop.lock
|
||||
.elc
|
||||
auto-save-list
|
||||
tramp
|
||||
|
2
Global/SVN.gitignore
Normal file
2
Global/SVN.gitignore
Normal file
@ -0,0 +1,2 @@
|
||||
/.svn/*
|
||||
*/.svn/*
|
3
Global/Tags.gitignore
Normal file
3
Global/Tags.gitignore
Normal file
@ -0,0 +1,3 @@
|
||||
# Ignore tags created by etags and ctags
|
||||
TAGS
|
||||
tags
|
@ -1,2 +1,3 @@
|
||||
*.tmproj
|
||||
*.tmproject
|
||||
tmtags
|
||||
|
@ -8,11 +8,20 @@
|
||||
# Build results
|
||||
Debug/
|
||||
Release/
|
||||
*.ncb
|
||||
*.aps
|
||||
*.obj
|
||||
.builds
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*
|
||||
|
||||
|
@ -14,4 +14,6 @@
|
||||
*.fdb_latexmk
|
||||
*.pdfsync
|
||||
*.synctex.gz
|
||||
|
||||
*.nav
|
||||
*.snm
|
||||
*.vrb
|
||||
|
9
OCaml.gitignore
Normal file
9
OCaml.gitignore
Normal file
@ -0,0 +1,9 @@
|
||||
*.annot
|
||||
*.cmo
|
||||
*.cma
|
||||
*.cmi
|
||||
*.a
|
||||
*.o
|
||||
*.cmx
|
||||
*.cmxs
|
||||
*.cmxa
|
15
SeamGen.gitignore
Normal file
15
SeamGen.gitignore
Normal file
@ -0,0 +1,15 @@
|
||||
/bootstrap/data
|
||||
/bootstrap/tmp
|
||||
/classes/ # all class files
|
||||
/dist/ # contains generated war files for deployment
|
||||
/exploded-archives/ # war content generation during deploy (or explode)
|
||||
/test-build/ # test compilation (ant target for Seam)
|
||||
/test-output/ # test results
|
||||
/test-report/ # test report generation for, e.g., Hudson
|
||||
/target/ # maven output folder
|
||||
temp-testng-customsuite.xml # generated when running test cases under Eclipse
|
||||
|
||||
# Thanks to @VonC and @kraftan for their helpful answers on a related question
|
||||
# on StackOverflow.com:
|
||||
# http://stackoverflow.com/questions/4176687
|
||||
# /what-is-the-recommended-source-control-ignore-pattern-for-seam-projects
|
11
VB.Net.gitignore
Normal file
11
VB.Net.gitignore
Normal file
@ -0,0 +1,11 @@
|
||||
# Build and Object Folders
|
||||
bin/
|
||||
obj/
|
||||
|
||||
#User Specific Files
|
||||
*.user
|
||||
*.suo
|
||||
|
||||
#Resource Caches
|
||||
_ReSharper.*
|
||||
*.sln.cache
|
3
Waf.gitignore
Normal file
3
Waf.gitignore
Normal file
@ -0,0 +1,3 @@
|
||||
# for projects that use Waf for building: http://code.google.com/p/waf/
|
||||
.waf-*
|
||||
.lock-*
|
@ -1,3 +1,11 @@
|
||||
.htaccess
|
||||
wp-config.php
|
||||
wp-content/backup-db/*
|
||||
wp-content/cache/*
|
||||
wp-content/cache/supercache/*
|
||||
wp-content/upgrade/*
|
||||
wp-content/advanced-cache.php
|
||||
wp-content/wp-cache-config.php
|
||||
wp-content/uploads/
|
||||
sitemap.xml
|
||||
sitemap.xml.gz
|
Loading…
Reference in New Issue
Block a user