Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitignore #529

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 0 additions & 52 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,53 +1 @@
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# Vim tmp files
*.swp

# Test build artefacts
test/CMakeCache.txt
test/Makefile
test/CMakeFiles/
test/cmake_install.cmake

# Documentation build artefacts
docs/CMakeCache.txt
docs/xml/
docs/build/

# Build directory
build/

# generated kernel specs
/share/jupyter/kernels/xcpp11/kernel.json
/share/jupyter/kernels/xcpp14/kernel.json
/share/jupyter/kernels/xcpp17/kernel.json

# Jupyter artefacts
.ipynb_checkpoints/