Skip to content

Commit 8bbfed8

Browse files
committed
ignore eclipse & pydev config files
1 parent eb634da commit 8bbfed8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*.pyc
2-
*.pyc
32
*.pyo
43
*.db
54
.DS_Store
@@ -10,3 +9,5 @@ local_settings.py
109
build/
1110
dist/
1211
forms_builder/example_project/static/
12+
.project
13+
.settings

.hgignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ build/*
99
dist/*
1010
*.egg-info/*
1111
example_project/static
12-
12+
.project
13+
.settings

0 commit comments

Comments
 (0)