Skip to content

Commit 13945ac

Browse files
committed
Update .gitignore to exclude .pyc files.
Add .pyc files to .gitignore. Also specify that only the top level build directory is to be ignored. (In pref for closure-library which has a build subdirectory that we don't want to ignore.)
1 parent dba6bc7 commit 13945ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
build/
1+
# Refer http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
2+
3+
/build/
24
angularjs.netrc
35
jstd.log
46
.DS_Store
@@ -12,3 +14,4 @@ angular.js.tmproj
1214
node_modules
1315
angular.xcodeproj
1416
.idea
17+
*.pyc

0 commit comments

Comments
 (0)