Commit Graph

3056 Commits

Author SHA1 Message Date
f454371ec6 Merge pull request #1972 from Kagamine/master
Ignore '*.DS_Store' instead of ignore '.DS_Store'
2016-05-11 13:59:25 +02:00
753df58a6c Ignore '*.DS_Store' instead of ignore '.DS_Store' 2016-05-11 13:39:00 +08:00
3a0542080d Merge pull request #1965 from RyanGlScott/master
Ignore cabal.project.local
2016-05-10 07:00:26 +04:00
708e6c7e68 Ignore cabal.project.local 2016-05-09 13:02:49 -04:00
9f044c43d2 Merge pull request #1963 from evfemist/master
ignore .dSYM along with .ipa files
2016-05-08 13:26:25 +10:00
b9a9436d98 Merge pull request #1962 from skycaptain/add-osx-timemachine
Add .com.apple.timemachine.donotpresent to OSX
2016-05-08 13:25:03 +10:00
970ecfb82e Add .com.apple.timemachine.donotpresent to OSX
.com.apple.timemachine.donotpresent is a system file created by TimeMachine on OSX by user choice.
2016-05-06 14:27:44 +02:00
ce5d3969e7 ignore .dSYM along with .ipa files 2016-05-06 12:57:06 +03:00
f9ccecac73 Move package control settings to Global/SublimeText.gitignore 2016-05-05 15:35:26 -03:00
59e4f9acc3 add CTestTestfile.cmake into CMake.gitignore
CTestTestfile.cmake is automatically generated by CMake when invoking `enable_testing()` command in CMakeLists.txt.
2016-05-05 14:59:25 +08:00
d42d671017 Add sublime-text-3 gitignore
This gitignore is used to make a repo with sublime text 3 package preferences stored in
{sublime-text-3}/Packages/User/

https://www.sublimetext.com/3

The .gitignore files are listed here

https://packagecontrol.io/docs/syncing

I added GitHub.sublime-settings to the .gitignore since its a config file added
from a popular github package that contains sensible information about your account
2016-05-04 13:45:51 -03:00
785fcb765a Merge pull request #1956 from jrnold/master
Add knitr and R markdown patterns to R.gitignore
2016-05-01 19:12:58 +10:00
4956277b1a Add knitr and R markdown patterns to R.gitignore
These patterns handle cache diretories and temporary files created
by the widely used [knitr](http://yihui.name/knitr/) and [R markdown](http://rmarkdown.rstudio.com/)
packages.
2016-04-29 07:17:44 -07:00
ae5dd85759 Merge pull request #1955 from jgm1986/master
Update MicrosoftOffice.gitignore
2016-04-29 07:52:17 +10:00
d19334c931 Comment more clear. 2016-04-28 15:40:02 +02:00
0a50c89c29 Exclude Microsoft Visio temporary files. 2016-04-27 17:44:25 +02:00
475263ce02 Merge pull request #1954 from seungwonpark/patch-1
Update TeX.gitignore
2016-04-26 14:39:49 +10:00
8b46d457bd Update TeX.gitignore
When we use 'thmtools' package for creating 'List of Theorems', auxiliary file '.loe' is created, just as '.toc' for 'Table of Contents' and '.lof' for 'List of Figures'.
2016-04-26 10:30:49 +09:00
d300d19e79 Merge pull request #1953 from 2Cubed/patch-1
Add .webassets-cache to Flask
2016-04-26 10:49:51 +10:00
455a69dd48 Add .webassets-cache to Flask 2016-04-24 17:02:02 -04:00
3727a855d0 Create Julia.gitignore 2016-04-22 11:50:55 +03:00
94043d7fc7 Merge pull request #1949 from ro31337/patch-1
Add nyc test coverage output directory
2016-04-22 06:44:48 +10:00
1f2a6371e4 Add nyc test coverage output directory
[nyc](https://github.com/bcoe/nyc) is quite popular, and under some circumstances it writes to `.nyc_output` directory. This directory should be ignored by default.
2016-04-21 12:01:36 -07:00
0390f39d01 Merge pull request #1948 from dybekm/c_gitignore_update
C: Ignore gcc Static Stack Usage Analysis .su files
2016-04-20 07:55:16 +10:00
c2aa044b34 C: Ignore gcc Static Stack Usage Analysis .su files 2016-04-19 13:31:19 +02:00
8767bd6783 Merge pull request #1945 from BlueHatbRit/flashdev-to-actionscript
Add FlashDevelop and executables to Actionscript
2016-04-17 12:11:17 +10:00
d5abb43ef0 Merge pull request #1943 from elifoster/master
Ruby: Ignore .env
2016-04-16 15:22:11 +10:00
0021a032b3 Add a brief explanation. 2016-04-15 22:19:36 -07:00
d64708bc02 Add FlashDevelop and executables to Actionscript
- FlashDevelop uses different file and folder names for it's bin and obj outputs, so those have been added for convenience of devs using that.
- Added a list of some executables that are output by various ways of compiling Actionscript (such as AIR and general Flash).
2016-04-15 11:36:15 +01:00
3d5025951b Comment out .env rule 2016-04-14 21:37:19 -07:00
2adb156768 Merge pull request #1942 from deepak/patch-1
Update Rust.gitignore
2016-04-15 14:19:14 +10:00
bf059be0bb Ignore .env
This file is used moderately commonly to store environment variables locally. See Python.gitignore.
2016-04-14 21:18:28 -07:00
f7a1b522cb Update Rust.gitignore
no need to specifically ignore compiled files and executables
as it will be under the target directory
2016-04-15 07:44:14 +05:30
cc542de017 Merge pull request #1922 from vvolkgang/patch-2
Added Visual Studio 2015 .vs folder
2016-04-03 14:57:04 -04:00
1cf3d2a998 Merge pull request #1927 from sachs4/master
Haskell: Ignore .eventlog files
2016-04-03 14:55:36 -04:00
189ce8df7b Merge pull request #1929 from geogdog/patch-1
Added .ropeproject directory
2016-04-03 14:50:05 -04:00
4757cbc541 Added .ropeproject directory
If anyone uses the ROPE refactoring library this is certainly necessary.
2016-04-01 10:45:44 +02:00
4caa9bfad9 Merge pull request #1783 from vladon/Visual-Studio-new-database-engine
Visual studio new database engine
2016-03-31 09:23:43 -07:00
3504820c37 Ignore .eventlog
Ignore files produced by GHCs eventlog framework (https://ghc.haskell.org/trac/ghc/wiki/EventLog)
2016-03-30 13:39:46 +02:00
10eb19db07 Merge pull request #1924 from krzysiekpiasecki/master
Ignore session files
2016-03-27 14:14:18 -07:00
2f94788434 Merge pull request #1923 from rexim/add-cask-dist-folder
Add dist/ folder to Emacs gitignores
2016-03-27 14:01:10 -07:00
aa835bb224 Ignore session files 2016-03-27 22:03:12 +02:00
24d28868ec Add dist/ folder to Emacs gitignores 2016-03-28 01:16:20 +06:00
e0f7be735f Removed whitespace
Title.
2016-03-27 19:52:21 +01:00
526bf54931 Added Visual Studio 2015 .vs folder
Visual Studio 2015 moved all the user specific configuration to a .vs folder, which shouldn't be tracked.
2016-03-27 19:45:26 +01:00
e6b619c7d2 Merge pull request #1919 from pmn/update-vs-ignores
Add an exclusion for Visual Studio PublishScripts
2016-03-26 12:23:11 -07:00
716612d39f Add an exclusion for PublishScripts 2016-03-25 15:21:49 -07:00
c699a4f468 Merge pull request #1918 from krzysiekpiasecki/master
Ignore buckup doctrine entities
2016-03-25 15:06:51 -07:00
427b156b55 Change comment 2016-03-25 22:28:27 +01:00
e530a3cccb Ignore temporary files 2016-03-25 19:02:38 +01:00