Skip to content
Snippets Groups Projects
Commit f113e42e authored by Michael Whittaker's avatar Michael Whittaker
Browse files

Added a gitignore to the project.

Previously, directories like `.obj/` and files like `libtapir.so`
weren't being ignored by git. Now they are! This .gitignore ignores vim,
c++, and project specific stuff.
parent c56a1c7d
No related branches found
No related tags found
1 merge request!1Added a gitignore to the project.
.obj/
lockserver/client
lockserver/server
store/benchmark/benchClient
store/benchmark/retwisClient
store/benchmark/terminalClient
store/strongstore/server
store/tapirstore/server
store/weakstore/server
timeserver/timeserver
################################################################################
# vim
################################################################################
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# Session
Session.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
################################################################################
# c++
################################################################################
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment