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