More on .gitignore

This commit is contained in:
Vitor Fernandes 2020-07-07 17:56:38 +01:00
parent 7eaf1a30ef
commit bc6f97024a
No known key found for this signature in database
GPG key ID: EBFB4EE09F348A26

6
.gitignore vendored
View file

@ -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