Skip to content

Commit 7eb9900

Browse files
XhmikosRdanmar
authored andcommitted
refactored .gitignore so that it's easier to read
1 parent 072ad3e commit 7eb9900

File tree

1 file changed

+29
-25
lines changed

1 file changed

+29
-25
lines changed

.gitignore

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,60 @@
1+
*.bak
2+
*.gcno
3+
*.o
14
cppcheck
25
cppcheck.exe
6+
dmake
7+
tags
38
testrunner
49
testrunner.exe
5-
*.o
6-
*.bak
7-
*.gcno
810
tools/dmake
9-
tools/extracttests
10-
dmake
1111
tools/errmsg
12+
tools/extracttests
13+
1214
# VS generated files
13-
*.obj
15+
*.idb
1416
*.ncb
17+
*.obj
18+
*.opensdf
19+
*.orig
20+
*.pdb
21+
*.sdf
1522
*.suo
1623
*.user
17-
*.idb
18-
*.pdb
24+
1925
# VS build folders
20-
cli/temp/
21-
lib/temp/
22-
test/temp/
2326
bin/
2427
Build/
2528
BuildTmp/
29+
cli/temp/
30+
ipch/
31+
lib/temp/
32+
test/temp/
33+
2634
# XCode build folders and files
27-
build/
28-
*.pbxuser
2935
*.mode[0-9]v[0-9]
36+
*.pbxuser
37+
build/
38+
3039
# GUI build folders
3140
gui/debug/
3241
gui/release/
3342
gui/temp/
43+
3444
# Other (generated) GUI files
45+
gui/*.qm
46+
gui/cppcheck-gui
47+
gui/gui.sln
48+
gui/gui.vcproj
3549
gui/Makefile
3650
gui/Makefile.debug
3751
gui/Makefile.release
38-
gui/gui.sln
39-
gui/gui.vcproj
40-
gui/cppcheck-gui
4152
gui/qrc_gui.cpp
42-
gui/*.qm
53+
4354
# Doxygen output folder
4455
doxyoutput/
45-
# qmake generated
4656

57+
# qmake generated
4758
htmlreport/.tox/
4859
htmlreport/MANIFEST
4960

@@ -54,10 +65,3 @@ htmlreport/MANIFEST
5465

5566
# kdevelop 4.x
5667
*.kdev4
57-
58-
*.sdf
59-
ipch
60-
*.opensdf
61-
*.orig
62-
63-
tags

0 commit comments

Comments
 (0)