HostAllocator: Remove unnecessary template
[alexxy/gromacs.git] / .gitignore
1 /bin
2 /lib
3 *~
4 *.a
5 *.cache
6 *.DS_Store
7 *.egg-info
8 *.exe
9 *.gch
10 *.lib
11 *.o
12 *.pyc
13 *.so
14 *.swp
15 .eggs
16 .idea
17 Makefile
18 lib*.pc
19 .project
20 .tox
21 .cproject
22 build
23 _build
24 CMakeLists.txt.user
25 /VersionInfo*.cmake
26 Testing