Skip to content

Commit d94369f

Browse files
committed
uniform .gitignore across all plugins
1 parent 73c8e09 commit d94369f

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

.gitignore

+30-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,41 @@
1+
# compiled targets:
12
*.dylib
23
*.so
4+
*.so.*
35
*.dll
6+
7+
# intermediate/temporary/backup files:
48
*~
59
*.o
610
.*.swp
7-
.DS_Store
11+
*.pyc
12+
13+
# macOS's rubbish:
814
.AppleDouble
15+
.DS_Store
916
.LSOverride
10-
CMakeFiles
17+
18+
# qmake stuff:
19+
.qmake.stash
20+
Makefile
21+
Makefile.Debug
22+
Makefile.Release
23+
debug
24+
release
25+
moc_*.cpp
26+
moc_*.h
27+
ui_*.cpp
28+
ui_*.h
29+
30+
# cmake stuff:
1131
CMakeCache.txt
32+
CMakeFiles
1233
cmake_install.cmake
34+
build
35+
36+
# generated by v_repStubsGen:
1337
generated
38+
39+
# other:
40+
widgets.html
41+

0 commit comments

Comments
 (0)