-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
22 lines (19 loc) · 984 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# **************************************************************************** #
# #
# ::: :::::::: #
# .gitignore :+: :+: :+: #
# +:+ +:+ +:+ #
# By: Kashnitskiy <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: by mtrisha #+# #+# #
# Updated: by Kashnitskiy ### ########.fr #
# #
# **************************************************************************** #
.DS_Store
.vscode/settings.json
/tmp
/test/test
*.a
# This is for valgrind
*.dSYM
*.out.*