Navigation Menu

Skip to content

Commit

Permalink
Append gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Jul 16, 2012
1 parent 0d7ecbd commit 149c54d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .gitignore
@@ -0,0 +1,32 @@

# Junk that could exist anywhere:
.DS_Store
*.swp
*.tmp
.*.gz
*.patch

# Temporary files created by Eclipse
.tmp*

# Editor junk
*.project
/.pydevproject
/.settings/
/.settings.xml
/.settings.xml.old
/.idea/

# Build Files
/extension/build/
/extension/release/
/tests/FBTest/release/
*.graphml
/extension/bz-locale/

# Files from NPM
/extension/node_modules/

# Extensions
/extension/firebug@software.joehewitt.com

0 comments on commit 149c54d

Please sign in to comment.