Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilalh committed Jan 14, 2012
1 parent 67cee0f commit 0247b3c
Showing 1 changed file with 32 additions and 17 deletions.
49 changes: 32 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Folders #
bin/
tmp/
.svn/
.hg
.svn
CVS

# automatic backup files
# automatic backup files #
*~.nib
*.swp
*~
Expand All @@ -18,38 +15,56 @@ Backup[ ]of[ ]*.key/
Backup[ ]of[ ]*.numbers/


# Xcode 4
# Xcode 4 #
xcuserdata/
project.xcworkspace/
# Generated files
# Generated files #
VersionX-revision.h

# Sparkle distribution Private Key (Don’t check me in!)
# Sparkle distribution Private Key (Don’t check me in!) #
dsa_priv.pem

# XCode (and ancestors) per-user config (very noisy, and not relevant)
# XCode (and ancestors) per-user config (very noisy, and not relevant) #
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser


# Mac OS X Finder
.DS_Store

# Windows
# OS generated files #
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
._*
.Spotlight-V100
.Trashes
Desktop.ini


# binaries
# Binaries #
*.class
*.o
*.out


#Tex
# Version Control #
.svn/

## CVS ##
/CVS/*
*/CVS/*
.cvsignore
*/.cvsignore

## Mercurial ##
/.hg/*
*/.hg/*
.hgignore


# Tex #
*.aux
*.glo
*.idx
Expand Down Expand Up @@ -80,4 +95,4 @@ Thumbs.db
*.fdb_latexmk
*.log
*.watcher_pid
*.brf
*.brf

0 comments on commit 0247b3c

Please sign in to comment.