Skip to content

Commit

Permalink
8223719: Add .gitignore to repo
Browse files Browse the repository at this point in the history
Reviewed-by: prr, jvos
  • Loading branch information
kevinrushforth committed May 10, 2019
1 parent 01a8d9c commit 7d17d6a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,5 @@ DerivedData
!default.perspectivev3
.git
.gitattributes
.gitignore
*.sdf

0 comments on commit 7d17d6a

Please sign in to comment.