-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
36 lines (29 loc) · 835 Bytes
/
.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
# -*- coding: utf-8 -*-
#####################################################
#Author: @SVAKSHA, 20131011 07:02:18 AM IST
#####################################################
#------------------------------------------------------
# DONT ignore
#------------------------------------------------------
!*.pdf
#------------------------------------------------------
# GENERAL
#------------------------------------------------------
.directory
.ipynb_checkpoints # isnt this handled in the global file?
pvt-*
PVT-*
*-pvt-*
pvt/
/PRIVATE/*
/PRIVATE-*/
#------------------------------------------------------
# DVCS
#------------------------------------------------------
*.git
*.hg
.hgignore
#------------------------------------------------------
# EDITOR: Vi, Kate
#------------------------------------------------------
*.swp