From 7d17d6a5f62b4c8c9f55fa1658c39acb6bbe419c Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Fri, 10 May 2019 11:43:30 -0700 Subject: [PATCH] 8223719: Add .gitignore to repo Reviewed-by: prr, jvos --- .gitignore | 23 +++++++++++++++++++++++ .hgignore | 1 - 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..426252551f3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# FIXME: Eventually we should include the needed patterns from .hgingore +# The goal is that a full build & test, followed by "git status" would show +# no untracked files + +*.orig +*.bak +*.rej +*.swp +build/ +.gradle/ +**/nbproject/private/ +dist/ +webrev/ +webrev.zip +gradle.properties +apps/samples/Ensemble8/lib/ + +.idea/tasks.xml +.idea/workspace.xml +.idea/inspectionProfiles/* +.idea/copyright/profiles_settings.xml +.idea/codeStyles/* +.idea/checkstyle-idea.xml diff --git a/.hgignore b/.hgignore index 40650a43964..ac96e3dfc2b 100644 --- a/.hgignore +++ b/.hgignore @@ -69,6 +69,5 @@ DerivedData !default.perspectivev3 .git .gitattributes -.gitignore *.sdf