Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • buck
  • Issues
  • #619
Closed
Open
Issue created Jan 17, 2016 by Administrator@rootContributor

Android Quickstart .hgignore file has invalid pattern

Created by: DanielGrech

The command buck quickstart --type android --dest-dir . generates a default .hgignore file with the following contents:

*.iml
/.idea/compiler.xml
/.idea/libraries/*.xml
/.idea/modules.xml
/.idea/runConfigurations/Debug_Buck_test.xml
/buck-cache
/buck-out
/.buckd

Running the command the hg init && hg status on the newly generated project gives an error:

abort: /path/to/project/.hgignore: invalid pattern (relre): *.iml

Looks like the default .hgignore file is missing a syntax: glob at the beginning

Mecurial Version: 3.6.3 Buck Version: v2015.12.14.01

Assignee
Assign to
Time tracking