.hgignore
author Xeli
Tue, 05 Jul 2011 23:26:32 +0200
branchhedgeroid
changeset 5401 832a29880a5c
parent 5395 5caae9d7e12e
child 5450 1ea879a6f89f
permissions -rw-r--r--
Added build scripts to the hgignore files, these are generated by cmake
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3747
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
     1
glob:CMakeCache.txt
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
     2
glob:CMakeFiles
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
     3
glob:moc_*.cxx
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
     4
glob:qrc_*.cxx
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
     5
glob:*.o
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
     6
glob:Makefile
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
     7
glob:bin
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
     8
glob:*.hi
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
     9
glob:*.*~
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
    10
glob:*.core
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
    11
glob:hedgewars/config.inc
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
    12
glob:cmake_install.cmake
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
    13
glob:QTfrontend/hwconsts.cpp
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
    14
glob:CPackConfig.cmake
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
    15
glob:CPackSourceConfig.cmake
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
    16
glob:tools/cmake_uninstall.cmake
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
    17
glob:install_manifest.txt
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
    18
glob:.DS_Store
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
    19
glob:*.swp
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
    20
glob:*.orig
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
    21
glob:*.diff
5172
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents: 4848
diff changeset
    22
glob:vittorio.*
3747
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
    23
glob:project_files/HedgewarsMobile/Data/
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
    24
glob:project_files/HedgewarsMobile/build/
5253
6a700868528b add the manual build server dir to .hgignore
koda
parents: 5172
diff changeset
    25
glob:gameServer/dist/
5172
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents: 4848
diff changeset
    26
glob:misc/libtremor/Xcode/build/
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents: 4848
diff changeset
    27
glob:misc/liblua/Xcode/build/
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents: 4848
diff changeset
    28
glob:misc/libfreetype/Xcode/build/
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents: 4848
diff changeset
    29
glob:misc/libfreetype/Xcode-iPhoneOS/build/
3747
76a197793b62 Some more that were not native
nemo
parents: 3700
diff changeset
    30
glob:moc_*.cxx_parameters
3763
2396a2731054 Engine:
smaxx
parents: 3747
diff changeset
    31
relre:^release\/
2396a2731054 Engine:
smaxx
parents: 3747
diff changeset
    32
glob:*.log
2396a2731054 Engine:
smaxx
parents: 3747
diff changeset
    33
glob:*.cmd
2396a2731054 Engine:
smaxx
parents: 3747
diff changeset
    34
glob:*.diff
2396a2731054 Engine:
smaxx
parents: 3747
diff changeset
    35
glob:*.patch
2396a2731054 Engine:
smaxx
parents: 3747
diff changeset
    36
glob:*.orig
2396a2731054 Engine:
smaxx
parents: 3747
diff changeset
    37
glob:*.bak
2396a2731054 Engine:
smaxx
parents: 3747
diff changeset
    38
glob:*.rej
5320
379c88aceae3 Added various directories where compilers output to
Xeli
parents: 5253
diff changeset
    39
glob:project_files/Android-build/SDL-android-project/jni/SDL*
379c88aceae3 Added various directories where compilers output to
Xeli
parents: 5253
diff changeset
    40
glob:project_files/Android-build/SDL-android-project/jni/freetype
379c88aceae3 Added various directories where compilers output to
Xeli
parents: 5253
diff changeset
    41
glob:project_files/Android-build/SDL-android-project/jni/tremor
379c88aceae3 Added various directories where compilers output to
Xeli
parents: 5253
diff changeset
    42
glob:project_files/Android-build/SDL-android-project/jni/mikmod
379c88aceae3 Added various directories where compilers output to
Xeli
parents: 5253
diff changeset
    43
glob:project_files/Android-build/SDL-android-project/jni/jpeg
379c88aceae3 Added various directories where compilers output to
Xeli
parents: 5253
diff changeset
    44
glob:project_files/Android-build/SDL-android-project/jni/png
379c88aceae3 Added various directories where compilers output to
Xeli
parents: 5253
diff changeset
    45
glob:project_files/Android-build/SDL-android-project/jni/Android.mk
379c88aceae3 Added various directories where compilers output to
Xeli
parents: 5253
diff changeset
    46
glob:project_files/Android-build/SDL-android-project/obj
379c88aceae3 Added various directories where compilers output to
Xeli
parents: 5253
diff changeset
    47
glob:project_files/Android-build/SDL-android-project/libs
379c88aceae3 Added various directories where compilers output to
Xeli
parents: 5253
diff changeset
    48
glob:project_files/Android-build/SDL-android-project/bin
379c88aceae3 Added various directories where compilers output to
Xeli
parents: 5253
diff changeset
    49
glob:project_files/Android-build/SDL-android-project/gen
5383
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents: 5381
diff changeset
    50
glob:project_files/Android-build/SDL-android-project/local.properties
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents: 5381
diff changeset
    51
glob:project_files/Android-build/SDL-android-project/default.properties
5395
5caae9d7e12e Removed DataPackage and added eclipse specific meta files to ignore
Xeli
parents: 5383
diff changeset
    52
glob:project_files/Android-build/SDL-android-project/.*
5401
832a29880a5c Added build scripts to the hgignore files, these are generated by cmake
Xeli
parents: 5395
diff changeset
    53
glob:project_files/Android-build/complete_build.sh
832a29880a5c Added build scripts to the hgignore files, these are generated by cmake
Xeli
parents: 5395
diff changeset
    54
glob:project_files/Android-build/pushToDevice.sh
832a29880a5c Added build scripts to the hgignore files, these are generated by cmake
Xeli
parents: 5395
diff changeset
    55
glob:project_files/Android-build/Makefile.android
5320
379c88aceae3 Added various directories where compilers output to
Xeli
parents: 5253
diff changeset
    56
glob:project_files/Android-build/out
5383
cb217271f344 Added *.properties in Android project dirs to hgignore
Xeli
parents: 5381
diff changeset
    57