diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-16 20:18:31 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-16 20:18:31 +0200 |
commit | ab46bf8016b253c9900cc3b3742e60c32ff4085d (patch) | |
tree | e04813af400f22f81de4ba7c5a178496f5828622 /.gitignore | |
parent | update dist (diff) | |
download | mongotimer-ab46bf8016b253c9900cc3b3742e60c32ff4085d.tar.gz mongotimer-ab46bf8016b253c9900cc3b3742e60c32ff4085d.tar.bz2 mongotimer-ab46bf8016b253c9900cc3b3742e60c32ff4085d.tar.xz |
Update license, change style, simplify makefile, and do not use gpp
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 3 insertions, 21 deletions
@@ -1,25 +1,7 @@ -_/ -__pycache__/ -bin/ -obj/ -\#*\# -.* -!.git* *~ -*.swp -*.swo -*.bak -*.pyc -*.pyo -*.install -*.info -*.gz -*.pdf -*.ps -*.dvi +*\#* *.o *.out -*.so *.su -*.gch - +mongo_*.h +/mongoclock |