-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
60 lines (53 loc) · 1.8 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
##############################################################################
# © 2016 Theoride Technology (http://theolizer.com/) All Rights Reserved.
# "Theolizer" is a registered trademark of Theoride Technology.
#
# "Theolizer" License
# In the case where you are in possession of a valid “Theolizer” License,
# you may use this file in accordance with the terms and conditions of
# the use license determined by Theoride Technology.
#
# General Public License Version 3 ("GPLv3")
# You may use this file in accordance with the terms and conditions of
# GPLv3 published by Free Software Foundation.
# Please confirm the contents of GPLv3 at https://www.gnu.org/licenses/gpl.txt .
# A copy of GPLv3 is also saved in a LICENSE.TXT file.
#
# 商用ライセンス
# あなたが有効なTheolizer商用ライセンスを保持している場合、
# セオライド テクノロジーの定める使用許諾書の条件に従って、
# このファイルを取り扱うことができます。
#
# General Public License Version 3(以下GPLv3)
# Free Software Foundationが公表するGPLv3の使用条件に従って、
# あなたはこのファイルを取り扱うことができます。
# GPLv3の内容を https://www.gnu.org/licenses/gpl.txt にて確認して下さい。
# またGPLv3のコピーをLICENSE.TXTファイルにおいてます。
##############################################################################
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Version management
version.h
sources_hash.txt