From dd14b28a7dfa1f7f253488c41eb679297f4bde4e Mon Sep 17 00:00:00 2001 From: Robert Carlsen Date: Tue, 23 Jun 2009 12:20:56 -0400 Subject: [PATCH] Adding .gitignore files. Feel free to tweak them for your environment --- .gitignore | 6 ++++++ src/.gitattributes | 2 ++ src/.gitignore | 26 ++++++++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 .gitignore create mode 100644 src/.gitattributes create mode 100644 src/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..ce250e171 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# old skool +.svn + +# osx noise +.DS_Store +profile \ No newline at end of file diff --git a/src/.gitattributes b/src/.gitattributes new file mode 100644 index 000000000..a7a4833ec --- /dev/null +++ b/src/.gitattributes @@ -0,0 +1,2 @@ +# Added this line to .gitattributes +*.pbxproj -crlf -diff -merge diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 000000000..0f77173a3 --- /dev/null +++ b/src/.gitignore @@ -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* \ No newline at end of file