diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-11-11 21:18:42 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-11-11 21:18:42 +0000 |
| commit | c57c3a1c6ce9cc025c1f2f2af650c7fc3bb525f0 (patch) | |
| tree | e174bc6653ea5e5b0978570879e07fe3b6a40ff2 /.gitignore | |
| parent | 7699cce0e2a19726dc56d10ebdc307305aaf6dfc (diff) | |
Fix ignored files, add 'build' directory to ignored files.
The 'build' directory must never be used in the FLTK source.
It is reserved as the recommended build directory for CMake.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12104 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore index 3210a6679..952474ff9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # / /autom4te*.cache +/build /clang /config.cache /config.guess @@ -107,20 +108,6 @@ # /fluid/pixmaps/ /fluid/pixmaps/*.bck -# /ide/Xcode3/ -/ide/Xcode3/build - -# /ide/Xcode3/FLTK.xcodeproj/ -/ide/Xcode3/FLTK.xcodeproj/*.pbxuser -/ide/Xcode3/FLTK.xcodeproj/*.perspectivev3 - -# /ide/Xcode4/ -/ide/Xcode4/build - -# /ide/Xcode4/FLTK.xcodeproj/ -/ide/Xcode4/FLTK.xcodeproj/*.pbxuser -/ide/Xcode4/FLTK.xcodeproj/*.perspectivev3 - # /lib/ /lib/lib* /lib/*.lib |
