remove .gitignore files and symbolic links/aliases (#3421)
* remove symbollic links in the src directory as they are no longer working with the out-of-source build * remove .gitignore in the documentation (is build in build folder not needed) * remove CMake folders as they are also no longer present in the source directory Closes #3420.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -4,11 +4,8 @@ commit.h
|
|||||||
.*.swp
|
.*.swp
|
||||||
Session.vim
|
Session.vim
|
||||||
package-config/osx/binary/task
|
package-config/osx/binary/task
|
||||||
/build*/
|
/*build*/
|
||||||
install_manifest.txt
|
|
||||||
_CPack_Packages
|
|
||||||
patches
|
patches
|
||||||
*.exe
|
|
||||||
tutorials
|
tutorials
|
||||||
.prove
|
.prove
|
||||||
/target/
|
/target/
|
||||||
|
|||||||
4
doc/man/.gitignore
vendored
4
doc/man/.gitignore
vendored
@@ -1,4 +0,0 @@
|
|||||||
task-color.5
|
|
||||||
task-sync.5
|
|
||||||
task.1
|
|
||||||
taskrc.5
|
|
||||||
5
src/.gitignore
vendored
5
src/.gitignore
vendored
@@ -1,6 +1 @@
|
|||||||
*.o
|
|
||||||
Makefile.in
|
|
||||||
debug
|
|
||||||
calc
|
|
||||||
lex
|
|
||||||
liblibshared.a
|
liblibshared.a
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
task
|
|
||||||
Reference in New Issue
Block a user