More on .gitignore
This commit is contained in:
parent
7eaf1a30ef
commit
bc6f97024a
1 changed files with 3 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,8 +1,7 @@
|
|||
bin/
|
||||
*Darwin.sh
|
||||
*Darwin.tar.Z
|
||||
*Darwin.*
|
||||
install_manifest.txt
|
||||
*Darwin.tar.gz
|
||||
|
||||
*.dis
|
||||
*.o
|
||||
*.dylib
|
||||
|
@ -10,6 +9,7 @@ install_manifest.txt
|
|||
.vscode/
|
||||
CMakeFiles/
|
||||
**/CMakeFiles/
|
||||
_CPack_Packages
|
||||
CMakeCache.txt
|
||||
Makefile
|
||||
*.cmake
|
||||
|
|
Loading…
Reference in a new issue