Skip to content

Commit

Permalink
trivial: Ignore .user files in Git
Browse files Browse the repository at this point in the history
QtCreator creates these for system-specific and user-specific
configurations, we never want them in the VCS.
  • Loading branch information
ximion committed Nov 25, 2019
1 parent c27dc71 commit cc92722
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
build/

# Other
*.user

# Prerequisites
*.d

Expand Down

0 comments on commit cc92722

Please sign in to comment.