Adding .gitignore files. Feel free to tweak them for your environment

This commit is contained in:
Robert Carlsen
2009-06-23 12:20:56 -04:00
parent 0b9458d954
commit 8af2bb02e5
3 changed files with 34 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
# old skool
.svn
# osx noise
.DS_Store
profile

2
src/.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
# Added this line to .gitattributes
*.pbxproj -crlf -diff -merge

26
src/.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# xcode noise
build/*
*.pbxuser
*.mode1v3
Info.plist
*.xcodeproj
# old skool
.svn
# osx noise
.DS_Store
profile
# ignore Qt moc files
moc_*
qrc_application.cpp
# ignore other object files
*.o
# ignore qmake-generated Makefile
Makefile
# ignore executables
GoldenCheetah*