mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Adding .gitignore files. Feel free to tweak them for your environment
This commit is contained in:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# old skool
|
||||
.svn
|
||||
|
||||
# osx noise
|
||||
.DS_Store
|
||||
profile
|
||||
2
src/.gitattributes
vendored
Normal file
2
src/.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Added this line to .gitattributes
|
||||
*.pbxproj -crlf -diff -merge
|
||||
26
src/.gitignore
vendored
Normal file
26
src/.gitignore
vendored
Normal 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*
|
||||
Reference in New Issue
Block a user