Skip to content

Instantly share code, notes, and snippets.

@sethveale
Last active July 29, 2018 01:32
Show Gist options
  • Save sethveale/257eb01083d1e26f2ec1214e153128eb to your computer and use it in GitHub Desktop.
Save sethveale/257eb01083d1e26f2ec1214e153128eb to your computer and use it in GitHub Desktop.
GitIgnore for CLion + CapnProto + Emscripten
# CLion + CapnProto + Emscripten
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# CMake
cmake-build-*/
CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake
# CapnProto compiler results
*.capnp.h
*.capnp.c++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment