author | Wuzzy <Wuzzy2@mail.ru> |
Tue, 13 Mar 2018 13:15:15 +0100 | |
branch | qt5transition |
changeset 13177 | 85c8c149ef82 |
parent 12642 | ee7815bc5874 |
child 13188 | 16b375b21af1 |
permissions | -rw-r--r-- |
12443 | 1 |
syntax: regexp |
2 |
^release\/ |
|
3 |
||
4 |
syntax: glob |
|
12440
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
5 |
.git |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
6 |
CMakeCache.txt |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
7 |
CMakeFiles |
13177
85c8c149ef82
Update .hgignore to ignore new Qt's moc_ and qrc_ files
Wuzzy <Wuzzy2@mail.ru>
parents:
12642
diff
changeset
|
8 |
moc_*.cpp |
85c8c149ef82
Update .hgignore to ignore new Qt's moc_ and qrc_ files
Wuzzy <Wuzzy2@mail.ru>
parents:
12642
diff
changeset
|
9 |
qrc_*.cpp |
12443 | 10 |
qrc_*.cxx |
11 |
*.o |
|
12 |
*.a |
|
13 |
*.qm |
|
12440
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
14 |
Makefile |
12443 | 15 |
bin |
16 |
*.hi |
|
17 |
*.ppu |
|
18 |
*.*~ |
|
19 |
*.core |
|
12440
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
20 |
hedgewars.pro.user |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
21 |
config.inc |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
22 |
cmake_install.cmake |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
23 |
QTfrontend/hwconsts.cpp |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
24 |
QTfrontend/servermessages.h |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
25 |
CPackConfig.cmake |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
26 |
CPackSourceConfig.cmake |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
27 |
tools/cmake_uninstall.cmake |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
28 |
install_manifest.txt |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
29 |
.DS_Store |
12443 | 30 |
*.swp |
31 |
*.orig |
|
32 |
vittorio.* |
|
12440
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
33 |
project_files/HedgewarsMobile/Data/ |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
34 |
project_files/HedgewarsMobile/Build/ |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
35 |
gameServer/dist/ |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
36 |
misc/liblua/Xcode/build/ |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
37 |
misc/libphysfs/Xcode/build/ |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
38 |
misc/libphyslayer/Xcode/build/ |
13177
85c8c149ef82
Update .hgignore to ignore new Qt's moc_ and qrc_ files
Wuzzy <Wuzzy2@mail.ru>
parents:
12642
diff
changeset
|
39 |
moc_*.cpp_parameters |
12443 | 40 |
*.log |
41 |
*.cmd |
|
42 |
*.patch |
|
43 |
*.orig |
|
44 |
*.bak |
|
45 |
*.rej |
|
46 |
project_files/hwc/*.c |
|
47 |
project_files/hwc/*.h |
|
48 |
project_files/Android-build/SDL-android-project/jni/** |
|
12440
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
49 |
project_files/Android-build/SDL-android-project/obj |
12443 | 50 |
project_files/Android-build/SDL-android-project/libs/armeabi* |
12440
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
51 |
project_files/Android-build/SDL-android-project/bin |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
52 |
project_files/Android-build/SDL-android-project/gen |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
53 |
project_files/Android-build/SDL-android-project/local.properties |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
54 |
project_files/Android-build/SDL-android-project/project.properties |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
55 |
project_files/Android-build/SDL-android-project/default.properties |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
56 |
project_files/Android-build/SDL-android-project/proguard.cfg |
12443 | 57 |
project_files/Android-build/SDL-android-project/.* |
12440
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
58 |
project_files/Android-build/out |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
59 |
project_files/Android-build/Makefile.android |
12443 | 60 |
hedgewars-build-desktop-Qt* |
61 |
hedgewars-build-desktop-Qt* |
|
62 |
*.depends |
|
12440
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
63 |
tools/build_windows_koda.bat |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
64 |
share/hedgewars/Data/misc/hwengine.desktop |
12443 | 65 |
*.exe |
12440
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
66 |
_CPack_Packages/ |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
67 |
version_info.txt |
12443 | 68 |
*.tar.* |
69 |
*.or |
|
70 |
*.res |
|
71 |
Hedgewars.app/* |
|
12440
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
72 |
tools/CreateMacBundle.cmake |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
73 |
share/Info.plist |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
74 |
CTestTestfile.cmake |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
75 |
arch.c |
12443 | 76 |
*.swp |
77 |
*~.nib |
|
78 |
*.pbxuser |
|
79 |
*.perspective |
|
80 |
*.perspectivev3 |
|
81 |
*.project.xcworkspace |
|
82 |
*.xcuserdata |
|
12440
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
83 |
xcuserdata |
12443 | 84 |
*.mode1v3 |
85 |
*.mode2v3 |
|
12440
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
86 |
gameServer2/target |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
87 |
gameServer2/Cargo.lock |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
88 |
gameServer2/gameServer2.iml |
f03105f8d756
Add .git, remove glob from things that aren't globs.
nemo
parents:
12126
diff
changeset
|
89 |
.idea |
12642
ee7815bc5874
Put Testing dir into .hgignore and .gitignore
Wuzzy <almikes@aol.com>
parents:
12443
diff
changeset
|
90 |
Testing/ |