diff --git a/C++.gitignore b/C++.gitignore index 35e15598..b8bd0267 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -4,6 +4,10 @@ *.o *.obj +# Precompiled Headers +*.gch +*.pch + # Compiled Dynamic libraries *.so *.dylib diff --git a/C.gitignore b/C.gitignore index c46c9256..edf6645d 100644 --- a/C.gitignore +++ b/C.gitignore @@ -4,6 +4,10 @@ *.obj *.elf +# Precompiled Headers +*.gch +*.pch + # Libraries *.lib *.a diff --git a/CraftCMS.gitignore b/CraftCMS.gitignore new file mode 100644 index 00000000..a70d4772 --- /dev/null +++ b/CraftCMS.gitignore @@ -0,0 +1,3 @@ +# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore] +/craft/storage/* +!/craft/storage/logo/* \ No newline at end of file diff --git a/Dart.gitignore b/Dart.gitignore index 74a3439f..2ceb8eed 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,6 +1,7 @@ # Don’t commit the following directories created by pub. build/ packages/ +.buildlog # Or the files created by dart2js. *.dart.js diff --git a/Erlang.gitignore b/Erlang.gitignore index 0c20ff0d..8e46d5a0 100644 --- a/Erlang.gitignore +++ b/Erlang.gitignore @@ -4,3 +4,7 @@ deps *.beam *.plt erl_crash.dump +ebin +rel/example_project +.concrete/DEV_MODE +.rebar diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 343bec29..2ac36702 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,29 +1,44 @@ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm -## Directory-based project format +/*.iml + +## Directory-based project format: .idea/ -# if you remove the above rule, at least ignore user-specific stuff: +# if you remove the above rule, at least ignore the follwing: + +# User-specific stuff: # .idea/workspace.xml # .idea/tasks.xml -# and these sensitive or high-churn files: +# .idea/dictionaries + +# Sensitive or high-churn files: # .idea/dataSources.ids # .idea/dataSources.xml # .idea/sqlDataSources.xml # .idea/dynamic.xml +# .idea/uiDesigner.xml -## File-based project format +# Gradle: +# .idea/gradle.xml +# .idea/libraries + +# Mongo Explorer plugin: +# .idea/mongoSettings.xml + +## File-based project format: *.ipr -*.iml *.iws -## Additional for IntelliJ +## Plugin-specific files: + +# IntelliJ out/ -# generated by mpeltonen/sbt-idea plugin +# mpeltonen/sbt-idea plugin .idea_modules/ -# generated by JIRA plugin +# JIRA plugin atlassian-ide-plugin.xml -# generated by Crashlytics plugin (for Android Studio and Intellij) +# Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml diff --git a/Global/LyX.gitignore b/Global/LyX.gitignore new file mode 100644 index 00000000..8efe0195 --- /dev/null +++ b/Global/LyX.gitignore @@ -0,0 +1,4 @@ +# Ignore LyX backup and autosave files +# http://www.lyx.org/ +*.lyx~ +*.lyx# diff --git a/Global/Momentics.gitignore b/Global/Momentics.gitignore new file mode 100644 index 00000000..4e8924dc --- /dev/null +++ b/Global/Momentics.gitignore @@ -0,0 +1,4 @@ +# Built files +x86/ +arm/ +arm-p/ diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 41968b07..a0d31452 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -13,3 +13,6 @@ $RECYCLE.BIN/ *.msi *.msm *.msp + +# Windows shortcuts +*.lnk diff --git a/Magento.gitignore b/Magento.gitignore index fce27ad8..ad84efe3 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -4,6 +4,7 @@ app/code/community/Cm/ app/code/core/ app/design/adminhtml/default/default/ app/design/frontend/base/ +app/design/frontend/rwd/ app/design/frontend/default/blank/ app/design/frontend/default/default/ app/design/frontend/default/iphone/ @@ -106,6 +107,7 @@ shell/log.php skin/adminhtml/default/default/ skin/adminhtml/default/enterprise skin/frontend/base/ +skin/frontend/rwd/ skin/frontend/default/blank/ skin/frontend/default/blue/ skin/frontend/default/default/ diff --git a/Node.gitignore b/Node.gitignore index a4af05a6..59d842ba 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -21,7 +21,7 @@ build/Release # Dependency directory # Commenting this out is preferred by some people, see -# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git +# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- node_modules # Users Environment Variables diff --git a/Python.gitignore b/Python.gitignore index efbe7aab..db4561ea 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -11,6 +11,7 @@ env/ build/ develop-eggs/ dist/ +downloads/ eggs/ lib/ lib64/ @@ -22,7 +23,7 @@ var/ *.egg # PyInstaller -# Usually these files are written by a python script from a template +# Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec diff --git a/R.gitignore b/R.gitignore index 9a1509d5..ea01b082 100644 --- a/R.gitignore +++ b/R.gitignore @@ -6,3 +6,6 @@ # R data files from past sessions .Rdata + +# RStudio files +*.Rproj diff --git a/Rails.gitignore b/Rails.gitignore index d9474d9d..4fae5d0a 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -24,3 +24,8 @@ config/secrets.yml # unless supporting rvm < 1.11.0 or doing something fancy, ignore this: .rvmrc + +# if using bower-rails ignore default bower_components path bower.json files +/vendor/assets/bower_components +*.bowerrc +bower.json diff --git a/Symfony.gitignore b/Symfony.gitignore index e5d08cbe..636b6f8e 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -1,15 +1,34 @@ -cache/* -log/* -web/uploads/* -config/databases.yml -config/propel.ini -data/sql/* -lib/filter/doctrine/base/Base* -lib/filter/doctrine/*Plugin/base/Base* -lib/form/doctrine/base/Base* -lib/form/doctrine/*Plugin/base/Base* -lib/model/doctrine/base/Base* -lib/model/doctrine/*Plugin/base/Base* -lib/model/om/* -lib/model/map/* -web/*Plugin/* +# Cache and logs (Symfony2) +/app/cache/* +/app/logs/* +!app/cache/.gitkeep +!app/logs/.gitkeep + +# Cache and logs (Symfony3) +/var/cache/* +/var/logs/* +!var/cache/.gitkeep +!var/logs/.gitkeep + +# Parameters +/app/config/parameters.yml +/app/config/parameters.ini + +# Managed by Composer +/app/bootstrap.php.cache +/var/bootstrap.php.cache +/bin/* +!bin/console +!bin/symfony_requirements +/vendor/ + +# Assets and user uploads +/web/bundles/ +/web/uploads/ + +# PHPUnit +/app/phpunit.xml +/phpunit.xml + +# Composer PHAR +/composer.phar diff --git a/Symfony2.gitignore b/Symfony2.gitignore deleted file mode 100644 index d6e334bb..00000000 --- a/Symfony2.gitignore +++ /dev/null @@ -1,24 +0,0 @@ -# Cache and logs -/app/cache/* -/app/logs/* -!app/cache/.gitkeep -!app/logs/.gitkeep - -# Parameters -/app/config/parameters.yml -/app/config/parameters.ini - -# Managed by Composer -/app/bootstrap.php.cache -/bin/ -/vendor/ - -# Assets and user uploads -/web/bundles/ -/web/uploads/ - -# PHPUnit -/app/phpunit.xml - -# Composer PHAR -/composer.phar diff --git a/TeX.gitignore b/TeX.gitignore index c5d2e1c3..7ce1410b 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -9,6 +9,7 @@ ## Intermediate documents: *.dvi +*-converted-to.* # these rules might exclude image files for figures etc. # *.ps # *.eps @@ -20,6 +21,7 @@ *.blg *-blx.aux *-blx.bib +*.brf *.run.xml ## Build tool auxiliary files: @@ -50,6 +52,12 @@ *.[1-9]R *.[1-9][0-9]R *.[1-9][0-9][0-9]R +*.eledsec[1-9] +*.eledsec[1-9]R +*.eledsec[1-9][0-9] +*.eledsec[1-9][0-9]R +*.eledsec[1-9][0-9][0-9] +*.eledsec[1-9][0-9][0-9]R # glossaries *.acn diff --git a/Unity.gitignore b/Unity.gitignore index feb47395..9d8e1156 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,6 +1,7 @@ [Ll]ibrary/ [Tt]emp/ [Oo]bj/ +[Bb]uild/ # Autogenerated VS/MD solution and project files /*.csproj diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5b4334f5..fd5204b5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -128,6 +128,7 @@ publish/ # TODO: Comment the next line if you want to checkin your web deploy settings # but database connection strings (with potential passwords) will be unencrypted *.pubxml +*.publishproj # NuGet Packages *.nupkg diff --git a/Xojo.gitignore b/Xojo.gitignore new file mode 100644 index 00000000..f832c86a --- /dev/null +++ b/Xojo.gitignore @@ -0,0 +1,10 @@ +# Xojo (formerly REALbasic and Real Studio) + +Builds* +*.debug +*.debug.app +Debug*.exe +Debug*/Debug*.exe +Debug*/Debug*\ Libs +*.rbuistate +*.obsolete diff --git a/ZendFramework.gitignore b/ZendFramework.gitignore index cd248f53..3fbc9733 100644 --- a/ZendFramework.gitignore +++ b/ZendFramework.gitignore @@ -3,18 +3,18 @@ composer.phar vendor/ # Local configs -config/autoload/*local.php +config/autoload/*.local.php # Binary gettext files -*.po +*.mo # Data -log/ -logs/ -cache/ +data/logs/ +data/cache/ +data/sessions/ +data/tmp/ temp/ -tmp/ -# ZF1 +# Legacy ZF1 demos/ extras/documentation