Skip to content
This repository has been archived by the owner on Sep 17, 2018. It is now read-only.

Commit

Permalink
Basic .gitignore patterns for GAE setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
tav committed Feb 13, 2009
1 parent e47b19b commit 214a581
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# specific directories

google_appengine

# generated files

source/updated.py

# hidden files

.DS_Store
.sconsign*
.svn

# file patterns

*.dylib
*.la
*.lo
*.o
*.pyc
*.pyo
*.so

0 comments on commit 214a581

Please sign in to comment.