-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (23 loc) · 734 Bytes
/
.gitignore
File metadata and controls
31 lines (23 loc) · 734 Bytes
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
# Ignore everything by default
*
# But not the .gitignore file itself
!.gitignore
# Allow traversal into these directories
!OpenGL/
!OpenGL/Windows/
!OpenGL/Windows/first_project/
!OpenGL/Windows/first_project/first_project/
!OpenGL/Linux/
!OpenGL/Linux/First_Project/
!OpenGL/Linux/First_Project/src/
!OpenGL/Linux/First_Project/resources/
# Allow specific files
!OpenGL/Windows/first_project/first_project/glad.c
!OpenGL/Windows/first_project/first_project/main.cpp
!OpenGL/Linux/First_Project/Makefile
!OpenGL/Linux/First_Project/*.md
!OpenGL/Linux/First_Project/*.vimrc
!OpenGL/Linux/First_Project/*.png
!OpenGL/Linux/First_Project/resources/*.png
!OpenGL/Linux/First_Project/src/*.cpp
!OpenGL/Linux/First_Project/src/*.c