Browse Source

ignore pydev's hidden files

tags/v0.1
Ben Kurtovic 13 years ago
parent
commit
934cbba21d
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      .gitignore

+ 8
- 0
.gitignore View File

@@ -1,2 +1,10 @@
# Ignore python bytecode:
*.pyc

# Ignore secure config files:
config/secure.py

# Ignore pydev's nonsense:
.project
.pydevproject
.settings/

Loading…
Cancel
Save