Skip to content

Commit fb3eed4

Browse files
authored
Merge pull request #14 from manjitkumar/clean-repo
update .gitignore
2 parents a581b4f + 359722c commit fb3eed4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ lib64/
2626
parts/
2727
sdist/
2828
var/
29+
bin/
30+
include/
31+
local/
32+
lib/
2933
*.egg-info/
3034
.installed.cfg
3135
*.egg
@@ -77,8 +81,5 @@ vagrantconfig.yml
7781
# Local settings
7882
local_settings.py
7983

80-
# .DS_Store
81-
.DS_Store
82-
8384
# dist
84-
dist/
85+
dist/

0 commit comments

Comments
 (0)