-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy path.gitignore
75 lines (71 loc) · 1.86 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
################################################################################
# Copyright 2003 & onward LASMEA UMR 6602 CNRS/Univ. Clermont II
# Copyright 2009 & onward LRI UMR 8623 CNRS/Univ Paris Sud XI
#
# Distributed under the Boost Software License, Version 1.0.
# See accompanying file LICENSE.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt
################################################################################
################################################################################
# Ignore random temporaries and object files
################################################################################
*~
*.o
*.mk
*.session
*.sample
*.unit
*.bench
*.user
*.vcproj
*.ncb
*.sln
*.suo
*.exe
*.desktop
*.orig
*_
*.manifest
*.res
*.ilk
*.pdb
*.resource.txt
*.bak
*.swp
.DS_Store
.project
.cproject
*.sublime-workspace
*.instrumented.obj
my_*
################################################################################
# Ignore CMake generated files
################################################################################
Makefile
CMakeFiles
CMakeCache.txt
CTestTestfile.cmake
cmake_install.cmake
Temp
Testing
Debug
Release
build
################################################################################
# Ignore buidl files and python compilation
################################################################################
lib/*
*tags
*.pyc
*#*
################################################################################
# Ignore doxygen output
################################################################################
nt2.xml
nt2.tag
nt2.doxywarning.txt
doc/reference/*
################################################################################
# Ignore mes trucs
################################################################################
mestrucs