2
0
Fork 0
imxmi/.gitignore

53 lines
712 B
Plaintext
Raw Normal View History

2011-12-24 19:50:16 +00:00
#
2012-01-03 01:46:03 +00:00
# Ignore some files in the vasc project.
2011-12-24 19:50:16 +00:00
#
# Ignore all maven target directories
/target
*/target
*/*/target
*/*/*/target
2012-05-07 14:28:50 +00:00
*/*/*/*/target
# Inore some artifact dirs;
vasc-demo/vasc-demo-tech/vasc-demo-tech-ui/tomcat.*
2011-12-24 19:50:16 +00:00
# Ignore leftovers of really failed release build
release.properties
pom.xml.next
pom.xml.releaseBackup
pom.xml.backup
pom.xml.branch
pom.xml.tag
# Ignore version plugin backup
pom.xml.versionsBackup
# Ignore C/java/images binary files
*.o
2012-05-07 14:28:50 +00:00
*.so
*.dll
2011-12-24 19:50:16 +00:00
*.hex
*.dat
*.bmp
*.gif
*.pdf
2012-05-07 14:28:50 +00:00
# Ignore ~ backup files.
*~
# Ignore some eclipse files
##.settings
##.classpath
2011-12-24 19:50:16 +00:00
# Ignore netbeans directory
nbproject
# Ignore mac finder files
.DS_Store
# Ignore windows files.
Thumbs.db
Desktop.ini