Skip to content

Commit

Permalink
GitIgnore Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
guedeWebGate committed Apr 5, 2014
1 parent 9e07a75 commit 4f5bbf2
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 12 deletions.
47 changes: 47 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Auto detect text files and perform LF normalization
* text=auto

.gitignore text

# Java
*.java text
*.MF text
*.properties text
*.jsp text

# XML
*.xml text
*.XML text
*.xmi text

# Web
*.js text
*.json text
*.html text
*.css text

# Eclipse
*.prefs text

# Windows scripts
*.cmd text

# Images
*.png binary
*.jpg binary
*.gif binary

#XPages
*.xsp

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
54 changes: 42 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,42 @@
#################
## Eclipse
#################

*.pydevproject
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
#################
## Eclipse
#################

.metadata
bin/
tmp/
classes/
target/
*.tmp
*.bak
*.swp
*~.nib
local.properties
#.settings/
#*.prefs
.apt_generated
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch


############
## Windows
############

# Windows image file caches
Thumbs.db

# Folder config file
Desktop.ini

############
## Mac OS
############

# Mac crap
.DS_Store

0 comments on commit 4f5bbf2

Please sign in to comment.