Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
Contains common files created e.g. by IDEs (build folder) and by pip
(/scorep.egg-info)

This avoids accidentally committing build artifacts and leads to less
polluted `git status` output
  • Loading branch information
Flamefire committed May 28, 2020
1 parent 589e4ff commit 0bf7233
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.ccls-cache
BUILD
build
/scorep.egg-info

0 comments on commit 0bf7233

Please sign in to comment.