Skip to content

Commit

Permalink
[FEATURE] Add .gitignore-File
Browse files Browse the repository at this point in the history
A .gitignore file is widely used to ignore local files and folders
which are generated by some IDEs.
  • Loading branch information
andygrunwald committed Jun 30, 2012
1 parent 07ed914 commit 3c35f39
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Ignoring temporary files (left by e.g. vim)
# Ignoring by common IDE's used directories/files
# Do not ignore .rej and .orig as we want to see/clean files after conflict resolution
#
# for local exclude patterns please edit .git/info/exclude
#
*~
*.bak
*.idea
*.project
*.swp
.buildpath
.cache
.project
.session
.settings
.TemporaryItems
.webprj
nbproject

0 comments on commit 3c35f39

Please sign in to comment.