Blame | Last modification | View Log | Download | RSS feed
############################################## Generic System Ignoressyntax: glob!.gitignore# build directories and files#hg syntaxtarget/**.*#git syntaxtarget/dist/**.***/build/*build/**.pyc# Mavenrelease.properties#Eclipse.settings/*.**.classpath.project# Netbeansnb-configuration.xmlnbactions.xml# Backup files left behind by the Emacs editor.*~# Lock files used by the Emacs editor..\#*# Temporary files used by TestMate._*# XCode user data**.pbxuser**.mode?v?**.perspectivev?# documentation**.docset/*# for those crazies using svn and hg at the same time*.svn*# Random OS stuff.DS_StoreThumbs.db# temporary folderssyntax: regexp.*/te?mp/.*# Temporary files used by the vim editor..*.swp/nbproject/private//nbproject/