updated .gitignore for new cmake script
This commit is contained in:
+6
-5
@@ -24,6 +24,12 @@ zstdmt
|
|||||||
tmp*
|
tmp*
|
||||||
dictionary*
|
dictionary*
|
||||||
|
|
||||||
|
# Build artefacts
|
||||||
|
projects/
|
||||||
|
bin/
|
||||||
|
.buckd/
|
||||||
|
buck-out/
|
||||||
|
|
||||||
# Other files
|
# Other files
|
||||||
.directory
|
.directory
|
||||||
_codelite/
|
_codelite/
|
||||||
@@ -34,8 +40,3 @@ _zstdbench/
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
googletest/
|
googletest/
|
||||||
*.d
|
*.d
|
||||||
|
|
||||||
# Directories
|
|
||||||
bin/
|
|
||||||
.buckd/
|
|
||||||
buck-out/
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# cmake producted
|
# cmake artefacts
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
Makefile
|
Makefile
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
cmake_uninstall.cmake
|
cmake_uninstall.cmake
|
||||||
|
*.1
|
||||||
|
|||||||
Reference in New Issue
Block a user