Skip to content

Commit

Permalink
Update .gitignore file (#86)
Browse files Browse the repository at this point in the history
- Add entries to ignore files generated when building Python 2 and 3 wheel packages of the daemons
- Ignore 'thermalctldc' file
- Organize alphabetically
  • Loading branch information
jleveque authored Aug 14, 2020
1 parent 0231b49 commit 80661c7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
*/deb_dist/
*/dist/
*.pyc
*/*.egg-info/
*/*.tar.gz
*/*.egg-info
*/.cache/
*.pyc
*/.eggs/
*/__pycache__/
*/build/
*/deb_dist/
*/dist/

# Compiled code which doesn't end in '.pyc'
sonic-thermalctld/scripts/thermalctldc

0 comments on commit 80661c7

Please sign in to comment.