Skip to content

Commit

Permalink
Add common editor and OS temp files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
phpnode committed Feb 15, 2012
1 parent 93ce876 commit 09390bf
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .gitignore
@@ -0,0 +1,65 @@
*.iml
*.ipr
*.iws
.idea/
nbproject/
nbactions.xml
nb-configuration.xml

*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath

*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.elc
auto-save-list
tramp
.\#*

.DS_Store

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# SublimeText project files
/*.sublime-project

# Windows image file caches
Thumbs.db

# Folder config file
Desktop.ini

.*.sw[a-z]
*.un~
Session.vim

0 comments on commit 09390bf

Please sign in to comment.