repo.or.cz
/
aesalon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Began implementing a placement-new/StorageManager for the monitor.
[aesalon.git]
/
.gitignore
blob
9f26f50e4568c64fcb8c21d3ff545ce9e06193ad
1
# Generic ignores
2
*.o
3
*~
4
*.a
5
*.so
6
.gdb_history
7
core
8
vgcore.*
9
*.sr.orig
10
11
# Buildsystem (CMake) ignores
12
CMakeFiles
13
CMakeCache.txt
14
cmake_install.cmake
15
Makefile
16
version_info
17
install
18
install_manifest.txt
19
20
# IDE (KDevelop 4) ignores
21
*kdev*
22
23
# Valgrind file ignores
24
valgrind.*
25
26
# gprof ignores
27
gmon.out
28
profile.*