updated .gitignore for new cmake script

This commit is contained in:
Yann Collet
2017-03-21 17:52:42 -07:00
parent f643e050dc
commit 35fc66f257
2 changed files with 8 additions and 6 deletions
+6 -5
View File
@@ -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/
+2 -1
View File
@@ -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