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/
|
bin/
|
||||||
*Darwin.sh
|
*Darwin.*
|
||||||
*Darwin.tar.Z
|
|
||||||
install_manifest.txt
|
install_manifest.txt
|
||||||
*Darwin.tar.gz
|
|
||||||
*.dis
|
*.dis
|
||||||
*.o
|
*.o
|
||||||
*.dylib
|
*.dylib
|
||||||
|
@ -10,6 +9,7 @@ install_manifest.txt
|
||||||
.vscode/
|
.vscode/
|
||||||
CMakeFiles/
|
CMakeFiles/
|
||||||
**/CMakeFiles/
|
**/CMakeFiles/
|
||||||
|
_CPack_Packages
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
Makefile
|
Makefile
|
||||||
*.cmake
|
*.cmake
|
||||||
|
|
Loading…
Reference in a new issue