mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
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
This commit is contained in:
+1
-14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user