The Wayback Machine - https://web.archive.org/web/20190303021348/https://github.com/github/gitignore/commits/master
Skip to content
Permalink
Branch: master
Commits on Feb 25, 2019
  1. Merge pull request #2974 from kaasasolut/patch-1

    shiftkey committed Feb 25, 2019
    R: ignore user-specific files
  2. R: ignore user-specific files

    kaasasolut committed Feb 25, 2019
Commits on Feb 15, 2019
  1. Merge pull request #2963 from OsirisTerje/MigrationBackup

    shiftkey committed Feb 15, 2019
    Migration backup
Commits on Feb 13, 2019
  1. Merge pull request #1 from github/master

    OsirisTerje committed Feb 13, 2019
    Merged down master github gitignore
Commits on Feb 9, 2019
  1. Merge pull request #2957 from happydude/patch-1

    shiftkey committed Feb 9, 2019
    Update VisualStudio.gitignore
Commits on Feb 7, 2019
  1. Update VisualStudio.gitignore

    happydude committed Feb 7, 2019
    Ignore backup files from editing reports
Commits on Jan 31, 2019
  1. Merge pull request #2955 from martonmiklos/add_qtcreator_import_proje…

    shiftkey committed Jan 31, 2019
    …ct_files
    
    Add *.creator.user* files to the Qt .gitignore
  2. Add *.creator.user* files to the Qt .gitignore

    martonmiklos committed Jan 31, 2019
Commits on Jan 29, 2019
  1. Merge pull request #2948 from Yousha/master

    shiftkey committed Jan 29, 2019
    [Codesniffer] remove duplicate Composer rule
  2. Merge pull request #2952 from KexyBiscuit/patch-1

    shiftkey committed Jan 29, 2019
    Remove trailing whitespace added last commit.
  3. Remove trailing whitespace added last commit.

    KexyBiscuit committed Jan 29, 2019
Commits on Jan 27, 2019
  1. Update CodeSniffer.gitignore

    Yousha committed Jan 27, 2019
Commits on Jan 26, 2019
  1. Merge pull request #2927 from Yousha/master

    shiftkey committed Jan 26, 2019
    Android.gitignore: Add build_file_checksums.ser and modules.xml files
  2. Merge pull request #2936 from martonmiklos/add_compilation_db_to_qt_g…

    shiftkey committed Jan 26, 2019
    …itignore
    
    Add compilation db to Qt gitignore
  3. Merge pull request #2944 from pappasam/Python/pip-wheel-metadata

    shiftkey committed Jan 26, 2019
    Add pip-wheel-metadata to Python.gitignore
Commits on Jan 25, 2019
  1. Add pip-wheel-metadata to Python.gitignore

    pappasam committed Jan 25, 2019
    PEP-517 has resulted in some updates to the Python
    build process. As a result, a new directory called
    pip-wheel-metadata is created on fresh builds.
    This PR adds this directory into the Python default
    gitignore. See
    https://github.com/pypa/pip/blob/e5f4bbb7ddff87f48f2b5815513e4211ccdde83a/src/pip/_internal/req/req_install.py#L568
  2. Merge pull request #2942 from joaomlneto/patch-1

    shiftkey committed Jan 25, 2019
    Ignore CMake FetchContent directory
Commits on Jan 23, 2019
  1. Ignore CMake FetchContent directory

    joaomlneto committed Jan 23, 2019
    CMake's `FetchContent` module creates a `_deps` directory on the root (configurable by modifying `FETCHCONTENT_BASE_DIR`)
  2. Merge pull request #2939 from Flate/master

    shiftkey committed Jan 23, 2019
    Unity: Never ignore asset meta data
Commits on Jan 22, 2019
  1. Unity: Never ignore asset meta data

    Flate committed Jan 22, 2019
  2. Merge pull request #2938 from locofocos/patch-1

    shiftkey committed Jan 22, 2019
    Update Ruby.ignore to ignore .byebug_history file
  3. Update Ruby.ignore to ignore .byebug_history file

    locofocos committed Jan 22, 2019
    The file `.byebug_history` is generated when using the popular https://github.com/deivid-rodriguez/byebug gem for debugging in Ruby. It contains a list of commands the user has run while debugging, which should not be committed to the repository. The author of the gem agrees with this here: deivid-rodriguez/byebug#204 (comment)
    
    I have copied this from the Rails gitignore here: https://github.com/github/gitignore/blob/f908e51bcf38ae5ede449c55189a7b25d8c507cc/Rails.gitignore#L45
Commits on Jan 21, 2019
  1. Merge branch 'master' of https://github.com/github/gitignore into add…

    martonmiklos committed Jan 21, 2019
    …_compilation_db_to_qt_gitignore
Commits on Jan 17, 2019
  1. Added compile_commands.json to Qt.gitignore

    martonmiklos committed Jan 17, 2019
    QtCreator above 4.8 version is utilizing a so called "compilation database" which placed in the compile_commands.json and contains generated information.
Commits on Jan 9, 2019
  1. Merge pull request #2925 from kaiyangjia/master

    shiftkey committed Jan 9, 2019
    ignore android lint temp files.
Commits on Jan 8, 2019
  1. Add build_file_checksums.ser and modules.xml files.

    Yousha committed Jan 8, 2019
    Signed-off-by: Yousha <[email protected]>
  2. Merge pull request #2926 from github/mdbs-are-people-too

    shana committed Jan 8, 2019
    Unity: ignore mdbs, fix path to crashlytics file, make AssetStoreTools optional
  3. Unity: Do not blanket-ignore specific plugins, that's a user choice

    shana committed Jan 8, 2019
    Only people building Unity plugins will need to import the asset store tools plugin into their project, and it's a toss up whether they want to commit the tooling into their repo (they might or they might not want to, it highly depends on their workflow). The default .gitignore shouldn't be making this choice for these users.
  4. Unity: ignore mdb files and fix path to crashlytics file (it can be i…

    shana committed Jan 8, 2019
    …n other places)
    
    Unity projects targeting the 2.0/3.5 runtime or built with mono < v5.0 generate `mdb` files, not `pdb` files.
    
    Looks like the `crashlytics-build.properties` gets around in more than just the `StreamingAssets` folder, looking at [examples around the internets](https://github.com/auth0/sharelock-android/blob/master/app/src/main/assets/crashlytics-build.properties), so it should probably just be ignored as a filename.
  5. add android lint files

    jiakaiyang
    jiakaiyang committed Jan 8, 2019
Commits on Jan 7, 2019
  1. Merge pull request #2922 from wRorsjakz/patch-1

    shiftkey committed Jan 7, 2019
    Add version control ignore
  2. Merge pull request #2921 from aslamanver/master

    shiftkey committed Jan 7, 2019
    google-services.json
Commits on Jan 5, 2019
  1. Add version control ignore

    wRorsjakz committed Jan 5, 2019
Commits on Jan 3, 2019
  1. google-services.json

    aslamanver committed Jan 3, 2019
    google-services.json file should be commented on default if they want they will change otherwise it'll destroy the project
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.