We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb0dad commit 9fc72eaCopy full SHA for 9fc72ea
.gitignore
@@ -1,14 +1,15 @@
1
# Please do not add your editor's dot files here (i.e. no `.vscode` here).
2
-# Put them to .git/info/exclude or ~/.config/git/ignore if you want to do it
3
-# globally.
+# Put them to .git/info/exclude or ~/.config/git/ignore if you want to do it globally.
4
# See https://git-scm.com/docs/gitignore for more details on these files.
5
6
-CMakeFiles
7
-Makefile
+.cmake/
+CMakeFiles/
+cmake-build-debug/
8
CMakeCache.txt
9
+Makefile
10
+cmake.h
11
cmake_install.cmake
12
install_manifest.txt
-libshared.a
-cmake.h
13
lex
14
-patches
+libshared.a
15
+*.cbp
0 commit comments